Keep large image preview after new generation? #2567
Replies: 4 comments 3 replies
-
This is exactly my problem too :P |
Beta Was this translation helpful? Give feedback.
-
This change was introduced in Gradio. Having looked at the Gradio documentation, there doesn't seem to be an option in the API to change this behavior, unfortunately. I haven't dived any deeper into it yet, but suffice to say this may not be within the scope of this webui to fix. |
Beta Was this translation helpful? Give feedback.
-
Definitely annoying IMO. It's far from a great solution, but if you tweak stable-diffusion-webui/modules/ui.py Line 589 in acedbe6 txt2img_gallery = gr.Gallery(label='Output', show_label=False, elem_id='txt2img_gallery').style(grid=2, height='auto') you'll a somewhat-larger tile size for the gallery items. Not ideal but saves you from clicking! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In previous versions if you generated an image with text to image and then you clicked the small image result, it would show a larger image preview. Generating more images while keeping the previous image large would remember this larger preview. In the latest version the image is shrinking after every new generation. Is there a setting to keep the image enlarged and remember my preference?
Beta Was this translation helpful? Give feedback.
All reactions