alexopus / ComfyUI-Image-Saver

Save images with Civitai-compatible generation metadata in ComfyUI
MIT License
49 stars 8 forks source link

Widget Behavior for Steps that are Multiples of 8 #32

Closed fernicar closed 3 months ago

fernicar commented 3 months ago

https://github.com/alexopus/ComfyUI-Image-Saver/blob/d30a782d9fa90f64c7de631fcb6d19017a6d5e63/nodes.py#L99 https://github.com/alexopus/ComfyUI-Image-Saver/blob/d30a782d9fa90f64c7de631fcb6d19017a6d5e63/nodes.py#L309 https://github.com/alexopus/ComfyUI-Image-Saver/blob/d30a782d9fa90f64c7de631fcb6d19017a6d5e63/nodes.py#L310

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.

alexopus commented 3 months ago

Thank you! Fixed in main.