mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #838] [MERGED] feat: stable diffusion integration #7276
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/838
Author: @tjbck
Created: 2/21/2024
Status: ✅ Merged
Merged: 2/22/2024
Merged by: @tjbck
Base:
main← Head:image-generation📝 Commits (8)
83d0c58feat: image settings addedb740fa3fix: connection renamed to connections7a730c3refac: versioning using package733e963feat: sd backend integrationcc50cc1feat: sd frontend integrationd863e7efeat: save message797ed9afeat: allow enabling after url is provideddc705c4refac: settings📊 Changes
19 files changed (+1148 additions, -219 deletions)
View changed files
📝
.env.example(+2 -0)📝
README.md(+1 -1)➕
backend/apps/images/main.py(+165 -0)📝
backend/apps/web/main.py(+0 -1)📝
backend/config.py(+7 -0)📝
backend/main.py(+13 -2)📝
package.json(+1 -1)➕
src/lib/apis/images/index.ts(+266 -0)📝
src/lib/apis/index.ts(+2 -2)📝
src/lib/components/chat/Messages.svelte(+11 -0)📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+104 -4)📝
src/lib/components/chat/Settings/About.svelte(+1 -1)📝
src/lib/components/chat/Settings/Connections.svelte(+64 -7)📝
src/lib/components/chat/Settings/General.svelte(+216 -148)➕
src/lib/components/chat/Settings/Images.svelte(+234 -0)📝
src/lib/components/chat/SettingsModal.svelte(+52 -48)📝
src/lib/components/common/Modal.svelte(+1 -1)📝
src/lib/constants.ts(+4 -2)📝
vite.config.ts(+4 -1)📄 Description
Resolves #696
Changes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.