- 25 Nov, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 24 Nov, 2023 10 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
The img2vid model is conditioned on clip vision output only which means there's no CLIP model which is why I added a ImageOnlyCheckpointLoader to load it. Note that the unClipCheckpointLoader can also load it because it also has a CLIP_VISION output. SDV_img2vid_Conditioning is the node used to pass the right conditioning to the img2vid model. VideoLinearCFGGuidance applies a linearly decreasing CFG scale to each video frame from the cfg set in the sampler node to min_cfg. SDV_img2vid_Conditioning can be found in conditioning->video_models ImageOnlyCheckpointLoader can be found in loaders->video_models VideoLinearCFGGuidance can be found in sampling->video_models
-
comfyanonymous authored
-
- 23 Nov, 2023 5 commits
-
-
comfyanonymous authored
-
pythongosssss authored
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 22 Nov, 2023 6 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
pythongosssss authored
* Add control_filter_list to filter items after queue * fix regex * backwards compatibility * formatting * revert * Add and fix test
-
-
pythongosssss authored
-
comfyanonymous authored
-
- 21 Nov, 2023 7 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
-
comfyanonymous authored
They will show up if both the taesd_encoder and taesd_decoder or taesdxl model files are present in the models/vae_approx directory.
-
pythongosssss authored
-
pythongosssss authored
* Refactor multiline widget into generic DOM widget * wip webp preview * webp support * fix check * fix sizing * show image when zoomed out * Swap webp checkto generic animated image flag * remove duplicate * Fix falsy check
-
comfyanonymous authored
-
- 20 Nov, 2023 3 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 19 Nov, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 18 Nov, 2023 1 commit
-
-
comfyanonymous authored
-
- 17 Nov, 2023 2 commits
-
-
comfyanonymous authored
Pytorch supports two variants of fp8: --fp8_e4m3fn-text-enc (the one that seems to give better results) --fp8_e5m2-text-enc
-
comfyanonymous authored
Improve diffusers model detection.
-
- 16 Nov, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-