mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #21531] feat: Automatic1111 API for Image Edit #58175
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 @jhemmond on GitHub (Feb 17, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21531
Check Existing Issues
Verify Feature Scope
Problem Description
Currently, only Image Generation is available for Automatic1111 APIs. No option to edit images with the same APIs.
Desired Solution you'd like
When generating an image with Stable Diffusion via Auotmatic1111 APIs, it would be quite useful to have Image Edit via Automatic1111 for the same image.
Desired Workflow:
Currently OWUI only supports ComfyUI as the only local API. While ComfyUI works, it's another backend the end user/admin has to setup to make the image edit work.
Alternatives Considered
Currently resorting to two different backends. A1111 generation, and ComfyUI for editing.
Additional Context
No response