- 05 Feb, 2023 3 commits
-
-
comfyanonymous authored
This should make things a bit cleaner.
-
comfyanonymous authored
-
comfyanonymous authored
-
- 03 Feb, 2023 1 commit
-
-
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 2 commits
-
-
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 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 28 Jan, 2023 3 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 26 Jan, 2023 1 commit
-
-
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
-
- 25 Jan, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 17 Jan, 2023 1 commit
-
-
comfyanonymous authored
-