- 18 Dec, 2023 1 commit
-
-
comfyanonymous authored
To use it use the ImageOnlyCheckpointLoader to load the checkpoint and the new Stable_Zero123 node.
-
- 17 Dec, 2023 1 commit
-
-
comfyanonymous authored
-
- 16 Dec, 2023 3 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 15 Dec, 2023 6 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
comfyanonymous authored
-
Hari authored
-
comfyanonymous authored
-
comfyanonymous authored
-
- 13 Dec, 2023 2 commits
-
-
comfyanonymous authored
Moved all the sag related code to comfy_extras/nodes_sag.py
-
Rafie Walker authored
* First SAG test * need to put extra options on the model instead of patcher * no errors and results seem not-broken * Use @ashen-uncensored formula, which works better!!! * Fix a crash when using weird resolutions. Remove an unnecessary UNet call * Improve comments, optimize memory in blur routine * SAG works with sampler_cfg_function
-
- 08 Dec, 2023 1 commit
-
-
comfyanonymous authored
-
- 07 Dec, 2023 1 commit
-
-
comfyanonymous authored
-
- 06 Dec, 2023 1 commit
-
-
asagi4 authored
-
- 28 Nov, 2023 1 commit
-
-
comfyanonymous authored
-
- 27 Nov, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 24 Nov, 2023 7 commits
-
-
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 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 22 Nov, 2023 1 commit
-
-
comfyanonymous authored
-
- 20 Nov, 2023 1 commit
-
-
comfyanonymous authored
-
- 19 Nov, 2023 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 18 Nov, 2023 1 commit
-
-
comfyanonymous authored
-
- 16 Nov, 2023 3 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
By adding a downscale to the unet in the first timesteps this node lets you generate images at higher resolutions with less consistency issues.
-
comfyanonymous authored
This doesn't affect how percentages behave in the frontend but breaks things if you relied on them in the backend. percent_to_sigma goes from 0 to 1.0 instead of 1.0 to 0 for less confusion. Make percent 0 return an extremely large sigma and percent 1.0 return a zero one to fix imprecision.
-
- 14 Nov, 2023 3 commits
-
-
comfyanonymous authored
This should make it much easier to write custom nodes with kdiffusion type samplers.
-
comfyanonymous authored
-
comfyanonymous authored
-
- 11 Nov, 2023 1 commit
-
-
comfyanonymous authored
-