- 07 May, 2024 1 commit
-
-
comfyanonymous authored
-
- 04 May, 2024 1 commit
-
-
shawnington authored
* Fix issue with how PIL loads small PNG files nodes.py Added flag to prevent ValueError: Decompressed Data Too Large when loading PNG images with large meta data such as large embedded color profiles * Update LoadImage node to fix error when loading PNG's in nodes.py Fixed Value Error: Decompressed Data Too Large thrown by PIL when attempting to opening PNG files with large embedded ICC colorspaces by setting the follow flag to true when loading png images: ImageFile.LOAD_TRUNCATED_IMAGES = True * Update node_helpers.py to include open_image helper function open_image includes try except to catch Pillow Value Errors that occur when large ICC profiles are embedded in images. * Update LoadImage node to use open_image helper function inplace of Image.open open_image helper function in node_helpers.py fixes a Pillow error when attempting to open images with large embedded ICC profiles by adding an exception handler to load the image with truncated meta data if regular loading is not possible.
-
- 30 Apr, 2024 1 commit
-
-
comfyanonymous authored
This sampler is an LCM sampler that upscales the latent during sampling. It can be used to generate at a higher resolution with an LCM model very quickly. To try it use it with a basic 5 step LCM workflow with scale_ratio 1.5 or 2.0
-
- 28 Apr, 2024 1 commit
-
-
comfyanonymous authored
-
- 23 Apr, 2024 1 commit
-
-
comfyanonymous authored
-
- 20 Apr, 2024 1 commit
-
-
comfyanonymous authored
-
- 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
-