mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[GH-ISSUE #15987] feat: Ability to cycle Image generation results #72348
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @iChristGit on GitHub (Jul 24, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15987
Check Existing Issues
Problem Description
Currently, when using the image creation option in open-webui (in my case using comfyui), after generation of an image and trying for a new seed (pressing the image button again on the same prompt) the image get swapped for the new one.
This makes it impossible to judge changes between seeds.
A good improvement would be a way to cycle and browse all the different image generated images
Desired Solution you'd like
When a second image is generated it should appear on the UI with a back and forward button that moves between generated images
Alternatives Considered
No response
Additional Context
No response