mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[GH-ISSUE #14182] feat: Support InvokeAI as an image creation backend #17175
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 @seanthegeek on GitHub (May 22, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14182
Check Existing Issues
Problem Description
The Image creation feature currently only supports Automatic11111 and ComfyUI as local image generation backends. I use InvokeAI for image generation because it supports newer Python versions than Automatic11111, and has a friendlier UI than Comfy UI. I cannot run InvokeAI and ComfyUI at the same time due to recourse constraints.
Desired Solution you'd like
Support InvokeAI as an image creation backend.
External API calls are not officially supported by Invoke, as discussed here, but the API is documented in an openapi.json file that I have downloaded from Swagger and attached here.
openapi.json
Alternatives Considered
No response
Additional Context
No response