Original PR: https://github.com/open-webui/open-webui/pull/4795 Author: @tjbck Created: 8/21/2024 Status: ✅ Merged Merged: 8/21/2024 Merged by: @tjbck
Base: main ← Head: dev
main
dev
dc4c6b3
94eb910
180f2b9
4a21c5c
f3f6941
95cf90d
3f0b7b2
f3e8dd1
3447f23
36e895c
54 files changed (+148 additions, -29 deletions)
📝 CHANGELOG.md (+13 -0) 📝 backend/apps/images/main.py (+2 -1) 📝 backend/apps/images/utils/comfyui.py (+3 -1) 📝 backend/apps/webui/main.py (+7 -2) 📝 package-lock.json (+2 -2) 📝 package.json (+1 -1) 📝 src/lib/components/admin/Settings/Images.svelte (+26 -15) 📝 src/lib/components/chat/Chat.svelte (+4 -2) 📝 src/lib/components/chat/Messages.svelte (+9 -0) 📝 src/lib/components/chat/Messages/MultiResponseMessages.svelte (+16 -3) 📝 src/lib/components/chat/ModelSelector/Selector.svelte (+8 -0) 📝 src/lib/components/common/ImagePreview.svelte (+9 -1) 📝 src/lib/i18n/locales/ar-BH/translation.json (+1 -0) 📝 src/lib/i18n/locales/bg-BG/translation.json (+1 -0) 📝 src/lib/i18n/locales/bn-BD/translation.json (+1 -0) 📝 src/lib/i18n/locales/ca-ES/translation.json (+1 -0) 📝 src/lib/i18n/locales/ceb-PH/translation.json (+1 -0) 📝 src/lib/i18n/locales/de-DE/translation.json (+1 -0) 📝 src/lib/i18n/locales/dg-DG/translation.json (+1 -0) 📝 src/lib/i18n/locales/en-GB/translation.json (+1 -0)
CHANGELOG.md
backend/apps/images/main.py
backend/apps/images/utils/comfyui.py
backend/apps/webui/main.py
package-lock.json
package.json
src/lib/components/admin/Settings/Images.svelte
src/lib/components/chat/Chat.svelte
src/lib/components/chat/Messages.svelte
src/lib/components/chat/Messages/MultiResponseMessages.svelte
src/lib/components/chat/ModelSelector/Selector.svelte
src/lib/components/common/ImagePreview.svelte
src/lib/i18n/locales/ar-BH/translation.json
src/lib/i18n/locales/bg-BG/translation.json
src/lib/i18n/locales/bn-BD/translation.json
src/lib/i18n/locales/ca-ES/translation.json
src/lib/i18n/locales/ceb-PH/translation.json
src/lib/i18n/locales/de-DE/translation.json
src/lib/i18n/locales/dg-DG/translation.json
src/lib/i18n/locales/en-GB/translation.json
...and 34 more files
No description provided
🔄 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/4795
Author: @tjbck
Created: 8/21/2024
Status: ✅ Merged
Merged: 8/21/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
dc4c6b3enh: temporary-chat url search param94eb910fix180f2b9fix: functions4a21c5crefacf3f6941fix: many model chat actions not working95cf90denh: comfyui seed node support3f0b7b2fixf3e8dd1enh: comfyui logs3447f23fix36e895cfix📊 Changes
54 files changed (+148 additions, -29 deletions)
View changed files
📝
CHANGELOG.md(+13 -0)📝
backend/apps/images/main.py(+2 -1)📝
backend/apps/images/utils/comfyui.py(+3 -1)📝
backend/apps/webui/main.py(+7 -2)📝
package-lock.json(+2 -2)📝
package.json(+1 -1)📝
src/lib/components/admin/Settings/Images.svelte(+26 -15)📝
src/lib/components/chat/Chat.svelte(+4 -2)📝
src/lib/components/chat/Messages.svelte(+9 -0)📝
src/lib/components/chat/Messages/MultiResponseMessages.svelte(+16 -3)📝
src/lib/components/chat/ModelSelector/Selector.svelte(+8 -0)📝
src/lib/components/common/ImagePreview.svelte(+9 -1)📝
src/lib/i18n/locales/ar-BH/translation.json(+1 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+1 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+1 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+1 -0)📝
src/lib/i18n/locales/ceb-PH/translation.json(+1 -0)📝
src/lib/i18n/locales/de-DE/translation.json(+1 -0)📝
src/lib/i18n/locales/dg-DG/translation.json(+1 -0)📝
src/lib/i18n/locales/en-GB/translation.json(+1 -0)...and 34 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.