- 03 Feb, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
The models are modified in place before being used and unpatched after. I think this is better than monkeypatching since it might make it easier to use faster non pytorch unet inference in the future.
-
- 31 Jan, 2023 4 commits
-
-
comfyanonymous authored
This can be used to "paste" one latent image on top of the other.
-
comfyanonymous authored
-
comfyanonymous authored
This node exposes more sampling options and makes it possible for example to sample the first few steps on the latent image, do some operations on it and then do the rest of the sampling steps. This can be achieved using the start_at_step and end_at_step options.
-
comfyanonymous authored
-
- 29 Jan, 2023 1 commit
-
-
comfyanonymous authored
-
- 28 Jan, 2023 1 commit
-
-
comfyanonymous authored
-
- 27 Jan, 2023 1 commit
-
-
comfyanonymous authored
-
- 26 Jan, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
to apply conditioning/prompts only to a specific area of the image. Add ConditioningCombine node. so that multiple conditioning/prompts can be applied to the image at the same time
-
- 24 Jan, 2023 3 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
Resize nodes automatically if they are too small because of added properties.
-
- 23 Jan, 2023 1 commit
-
-
comfyanonymous authored
LoadImage.IS_CHANGED returns the hash of the image so it will execute again if the image changed on the disk.
-
- 22 Jan, 2023 1 commit
-
-
comfyanonymous authored
-
- 17 Jan, 2023 1 commit
-
-
comfyanonymous authored
-