daveschumaker / artbot-for-stable-diffusion

A front-end GUI for interacting with the AI Horde / Stable Diffusion distributed cluster
https://tinybots.net/artbot
MIT License
172 stars 40 forks source link

[Feature] when deleting image from gallery view: stay in zoomed-mode when deleting from zoomed-mode #224

Open LastZolex opened 7 months ago

LastZolex commented 7 months ago

Hi there, it is me again ;)

Currently I have a large number of images in my gallery and to be able to decide which of the "experiments" are good enough to keep, I browse through the images while being in zoomed-mode (i.e. seeing a single picture at a time). When deleting a picture in that mode, the mode is cancelled after deletion and the gallery view returns to the gallery list mode.

Would it be possible to stay in zoomed mode and show the previous or next picture in zoomed mode instead?

Depending on what is easier to implement both would be fine for me, but probably both is on the same level of difficulty, because when deleting the first or last image of the gallery you have to go in one or the other direction dynamically anyway ;)

Having that feature would drastically speed up the clean-up of my gallery :)

Thanks a lot for reading and considering 👍

Kind regards LZ

daveschumaker commented 7 months ago

Thank you for suggesting this. I think this way would work much better. I’ll add it to the feature list.

I’m currently deep into a refactor to handle some API updates but I will tackle that in the near future.

LastZolex commented 7 months ago

sounds great, thanks a lot :)