- 27 Nov, 2023 4 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
-
- 26 Nov, 2023 4 commits
-
-
David Jeske authored
-
Jack Bauer authored
-
comfyanonymous authored
-
comfyanonymous authored
Now everything in transformer_options gets put in extra_options.
-
- 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 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-