mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 12:58:11 -05:00
[PR #22067] [CLOSED] feat: Add ModelsLab as image generation engine #49507
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/22067
Author: @adhikjoshi
Created: 3/1/2026
Status: ❌ Closed
Base:
main← Head:feat/modelslab-image-engine📝 Commits (1)
a41aa73feat: Add ModelsLab as image generation engine📊 Changes
3 files changed (+118 additions, -0 deletions)
View changed files
📝
backend/open_webui/config.py(+6 -0)📝
backend/open_webui/routers/images.py(+90 -0)📝
src/lib/components/admin/Settings/Images.svelte(+22 -0)📄 Description
contributor license agreement
Summary
Adds ModelsLab (https://modelslab.com) as a new image generation engine in Open WebUI, following the existing Gemini engine pattern.
ModelsLab is an AI generation API providing access to Flux, SDXL, Stable Diffusion 3.5, and 100+ community models.
Changes
API details
Setup
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.