[GH-ISSUE #14182] feat: Support InvokeAI as an image creation backend #17175

Closed
opened 2026-04-19 22:54:37 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @seanthegeek on GitHub (May 22, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14182

Check Existing Issues

  • I have searched the existing issues and discussions.

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

Originally created by @seanthegeek on GitHub (May 22, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/14182 ### Check Existing Issues - [x] I have searched the existing issues and discussions. ### 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](https://github.com/invoke-ai/InvokeAI/issues/6581), but the API is documented in an openapi.json file that I have downloaded from Swagger and attached here. [openapi.json](https://github.com/user-attachments/files/20398013/openapi.json) ### Alternatives Considered _No response_ ### Additional Context _No response_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#17175