- 04 Nov, 2023 1 commit
-
-
comfyanonymous authored
-
- 03 Nov, 2023 1 commit
-
-
comfyanonymous authored
Converting Nan to zero is a bad idea because it makes it hard to tell when something went wrong.
-
- 02 Nov, 2023 2 commits
-
-
comfyanonymous authored
This should make things that use sampler_cfg_function behave like before. Added an input argument for those that want the denoised output. This means you can calculate the x0 prediction of the model by doing: (input - cond) for example.
-
comfyanonymous authored
-
- 01 Nov, 2023 4 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 31 Oct, 2023 2 commits
-
-
comfyanonymous authored
DDIM is the same as euler with a small difference in the inpaint code. DDIM uses randn_like but I set a fixed seed instead. I'm keeping it in because I'm sure if I remove it people are going to complain.
-
comfyanonymous authored
apply_model in model_base now returns the denoised output. This means that sampling_function now computes things on the denoised output instead of the model output. This should make things more consistent across current and future models.
-
- 30 Oct, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 29 Oct, 2023 1 commit
-
-
comfyanonymous authored
-
- 28 Oct, 2023 1 commit
-
-
comfyanonymous authored
-
- 27 Oct, 2023 3 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 26 Oct, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 25 Oct, 2023 4 commits
-
-
comfyanonymous authored
-
Jedrzej Kosinski authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 24 Oct, 2023 1 commit
-
-
comfyanonymous authored
-
- 22 Oct, 2023 4 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 21 Oct, 2023 1 commit
-
-
comfyanonymous authored
-
- 20 Oct, 2023 1 commit
-
-
comfyanonymous authored
-
- 19 Oct, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 18 Oct, 2023 3 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
The cleanup function was not getting called.
-
- 17 Oct, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 16 Oct, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 13 Oct, 2023 1 commit
-
-
comfyanonymous authored
-