giriss / comfy-image-saver

All the tools you need to save images with their generation metadata on ComfyUI. Compatible with Civitai & Prompthero geninfo auto-detection. Works with png, jpeg and webp.
MIT License
188 stars 32 forks source link

Widget Behaviour when step is multiple of 8 #24

Open fernicar opened 2 months ago

fernicar commented 2 months ago

https://github.com/giriss/comfy-image-saver/blob/65e6903eff274a50f8b5cd768f0f96baf37baea1/nodes.py#L96 https://github.com/giriss/comfy-image-saver/blob/65e6903eff274a50f8b5cd768f0f96baf37baea1/nodes.py#L192 https://github.com/giriss/comfy-image-saver/blob/65e6903eff274a50f8b5cd768f0f96baf37baea1/nodes.py#L193

Widget Behavior for Steps that are Multiples of 8: When the minimum value is set to 1, each step will not behave as expected and will always result in an odd number. Please consider setting the minimum value to 0 or 8. Thank you.