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
main
image-generation
83d0c58
b740fa3
7a730c3
733e963
cc50cc1
d863e7e
797ed9a
dc705c4
19 files changed (+1148 additions, -219 deletions)
📝 .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)
.env.example
README.md
backend/apps/images/main.py
backend/apps/web/main.py
backend/config.py
backend/main.py
package.json
src/lib/apis/images/index.ts
src/lib/apis/index.ts
src/lib/components/chat/Messages.svelte
src/lib/components/chat/Messages/ResponseMessage.svelte
src/lib/components/chat/Settings/About.svelte
src/lib/components/chat/Settings/Connections.svelte
src/lib/components/chat/Settings/General.svelte
src/lib/components/chat/Settings/Images.svelte
src/lib/components/chat/SettingsModal.svelte
src/lib/components/common/Modal.svelte
src/lib/constants.ts
vite.config.ts
Resolves #696
Important AUTOMATIC1111/stable-diffusion-webui should be run using sh webui.sh --api command with --api flag.
Important
AUTOMATIC1111/stable-diffusion-webui should be run using sh webui.sh --api command with --api flag.
sh webui.sh --api
--api
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.