- 15 Apr, 2024 1 commit
-
-
comfyanonymous authored
-
- 13 Apr, 2024 1 commit
-
-
comfyanonymous authored
This should be less confusing to those who want to use multiline input without them.
-
- 09 Apr, 2024 1 commit
-
-
comfyanonymous authored
-
- 07 Apr, 2024 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 04 Apr, 2024 1 commit
-
-
comfyanonymous authored
-
- 30 Mar, 2024 1 commit
-
-
comfyanonymous authored
-
- 26 Mar, 2024 1 commit
-
-
comfyanonymous authored
-
- 19 Mar, 2024 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 11 Mar, 2024 3 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
Logging level now defaults to info. --verbose sets it to debug.
-
comfyanonymous authored
-
- 08 Mar, 2024 1 commit
-
-
comfyanonymous authored
-
- 04 Mar, 2024 2 commits
-
-
comfyanonymous authored
-
Dmytro Mishkin authored
* import kornia * Added morphology nodexs * Add kornia to requirements * fix choices * options, also move to postprocessors * fix placing and step
-
- 03 Mar, 2024 1 commit
-
-
Shiimizu authored
* Implement Differential Diffusion * Cleanup. * Fix. * Masks should be applied at full strength. * Fix colors. * Register the node. * Cleaner code. * Fix issue with getting unipc sampler. * Adjust thresholds. * Switch to linear thresholds. * Only calculate nearest_idx on valid thresholds.
-
- 25 Feb, 2024 1 commit
-
-
comfyanonymous authored
-
- 19 Feb, 2024 1 commit
-
-
comfyanonymous authored
The effnet can be used to encode images for img2img with Stage C.
-
- 16 Feb, 2024 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 10 Feb, 2024 1 commit
-
-
comfyanonymous authored
-
- 08 Feb, 2024 1 commit
-
-
Imran Azeez authored
Allow configurable addition of batch number to output file name.
-
- 29 Jan, 2024 1 commit
-
-
comfyanonymous authored
-
- 24 Jan, 2024 1 commit
-
-
comfyanonymous authored
Put the model file in models/photomaker and use PhotoMakerLoader. Then use PhotoMakerEncode with the keyword "photomaker" to apply the image
-
- 11 Jan, 2024 1 commit
-
-
comfyanonymous authored
This is an alternative to VAE Encode for inpaint that should work with lower denoise. This is a different take on #2501
-
- 08 Jan, 2024 2 commits
-
-
comfyanonymous authored
-
comfyanonymous authored
-
- 03 Jan, 2024 1 commit
-
-
comfyanonymous authored
This is an old model. Load the checkpoint like a regular one and use the new SD_4XUpscale_Conditioning node.
-
- 29 Dec, 2023 1 commit
-
-
comfyanonymous authored
Allow VALIDATE_INPUTS to only validate specific inputs.
-
- 20 Dec, 2023 1 commit
-
-
comfyanonymous authored
-
- 18 Dec, 2023 1 commit
-
-
comfyanonymous authored
To use it use the ImageOnlyCheckpointLoader to load the checkpoint and the new Stable_Zero123 node.
-
- 15 Dec, 2023 1 commit
-
-
Hari authored
-
- 13 Dec, 2023 1 commit
-
-
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
-
- 28 Nov, 2023 1 commit
-
-
comfyanonymous authored
-
- 25 Nov, 2023 1 commit
-
-
comfyanonymous authored
-
- 24 Nov, 2023 1 commit
-
-
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
-
- 23 Nov, 2023 1 commit
-
-
Enrico Fasoli authored
-
- 21 Nov, 2023 1 commit
-
-
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.
-