- 06 Nov, 2023 1 commit
-
-
comfyanonymous authored
-
- 05 Nov, 2023 3 commits
-
-
-
comfyanonymous authored
-
gameltb authored
-
- 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 6 commits
-
-
comfyanonymous authored
-
Matteo Spinelli authored
* add drag-drop to node template manager * better dnd, save field on change * actually save templates --------- Co-authored-by:matt3o <matt3o@gmail.com>
-
-
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 5 commits
-
-
comfyanonymous authored
-
Joseph Antolick authored
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 31 Oct, 2023 3 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.
-
tsone authored
-
- 30 Oct, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 29 Oct, 2023 2 commits
-
-
Jedrzej Kosinski authored
-
comfyanonymous authored
-
- 28 Oct, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 27 Oct, 2023 3 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 26 Oct, 2023 3 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 25 Oct, 2023 4 commits
-
-
comfyanonymous authored
-
Jedrzej Kosinski authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 24 Oct, 2023 3 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 23 Oct, 2023 1 commit
-
-
comfyanonymous authored
-