pythongosssss / ComfyUI-Custom-Scripts

Enhancements & experiments for ComfyUI, mostly focusing on UI features
MIT License
1.37k stars 104 forks source link

QoL features request: Scroll to browse through images, gallery should update as new images generate #241

Closed Yasand123 closed 1 month ago

Yasand123 commented 2 months ago

I've found these scripts incredibly helpful they've already saved me a significant amount of time. Thankyou to the developer and contributors.

I think some very minor changes could also enhance the overall polish.

  1. Being able to to navigate through opened images using the scroll wheel (as opposed to using the arrows on the keyboard) on their mouse, akin to functionality found in some image viewers.
  2. While viewing an image, newer images generated as I browse are not automatically included in the current "session." Updating the image list requires closing and reopening an image.
DrJKL commented 1 month ago

The second one was already a thing, but the call for it got lost in a different PR.
Feature added: https://github.com/pythongosssss/ComfyUI-Custom-Scripts/pull/216
Feature accidentally disabled: https://github.com/pythongosssss/ComfyUI-Custom-Scripts/pull/204

pythongosssss commented 1 month ago

Thanks for adding those @DrJKL !

Yasand123 commented 1 month ago

Thank you