- 05 Mar, 2023 3 commits
-
-
comfyanonymous authored
It needs the CLIPVision model so I added CLIPVisionLoader and CLIPVisionEncode. Put the clip vision model in models/clip_vision Put the t2i style model in models/style_models StyleModelLoader to load it, StyleModelApply to apply it ConditioningAppend to append the conditioning it outputs to a positive one.
-
comfyanonymous authored
-
comfyanonymous authored
-
- 04 Mar, 2023 1 commit
-
-
comfyanonymous authored
-
- 03 Mar, 2023 6 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
Use a more simple way to detect if the model is -v prediction.
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 02 Mar, 2023 2 commits
-
-
comfyanonymous authored
--use-pytorch-cross-attention to use it.
-
comfyanonymous authored
-
- 28 Feb, 2023 4 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 27 Feb, 2023 1 commit
-
-
comfyanonymous authored
Old workflows will still work.
-
- 26 Feb, 2023 3 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 25 Feb, 2023 4 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
They are loaded as CONTROL_NET objects because they are similar.
-
comfyanonymous authored
-
- 24 Feb, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
This decodes the image with the VAE in tiles which should be faster and use less vram. It's in the _for_testing section so I might change/remove it or even add the functionality to the regular VAEDecode node depending on how well it performs which means don't depend too much on it.
-
- 23 Feb, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 22 Feb, 2023 2 commits
-
-
comfyanonymous authored
On the KSamplers denoise of 1.0 is the same as txt2img but there was a small difference on UniPC.
-
comfyanonymous authored
-
- 21 Feb, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
It can be used to apply multiple control nets at the same time.
-
- 19 Feb, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 18 Feb, 2023 1 commit
-
-
comfyanonymous authored
-
- 17 Feb, 2023 3 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 16 Feb, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-