[PR #6994] [CLOSED] feat: new image generation ux #45042

Closed
opened 2026-04-29 19:20:46 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/6994
Author: @francis2tm
Created: 11/17/2024
Status: Closed

Base: mainHead: feat/better_image_gen


📝 Commits (10+)

  • de6f5a5 feat: mvp utopia 0.1 (#3)
  • 781910c feat: add sui login (#14)
  • 4de246d feat: google zklogin (#15)
  • d156a29 feat: image generation (#17)
  • 52e2ddf chore: remove update toast and changelog
  • 8f863b1 Merge pull request #19 from atoma-network/chore/remove_update_changelog
  • 60afd0c chore: changed image generation response format to url
  • 599fd17 Merge pull request #20 from atoma-network/chore/change_image_gen_response_format
  • ab794f6 first commit
  • 99c67f1 feat: added rag and web search env variables

📊 Changes

41 files changed (+2320 additions, -300 deletions)

View changed files

.env.example (+0 -13)
.env.litellm.production (+3 -0)
.env.openwebui.development (+41 -0)
.env.openwebui.production (+41 -0)
📝 .gitignore (+2 -1)
📝 Dockerfile (+3 -0)
📝 README.md (+6 -217)
📝 backend/open_webui/apps/images/main.py (+2 -3)
📝 backend/open_webui/apps/webui/main.py (+2 -0)
📝 backend/open_webui/config.py (+8 -0)
📝 backend/open_webui/env.py (+2 -2)
📝 backend/open_webui/main.py (+7 -10)
📝 backend/open_webui/static/favicon.png (+0 -0)
📝 backend/open_webui/static/splash.png (+0 -0)
📝 docker-compose.yaml (+14 -20)
docker-compose_old.yaml (+34 -0)
litellm_config.yaml (+24 -0)
📝 package-lock.json (+1388 -12)
📝 package.json (+5 -0)
📝 src/app.html (+1 -1)

...and 21 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/6994 **Author:** [@francis2tm](https://github.com/francis2tm) **Created:** 11/17/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/better_image_gen` --- ### 📝 Commits (10+) - [`de6f5a5`](https://github.com/open-webui/open-webui/commit/de6f5a58d5cb3a8b26ced8d6f22ac6e7e8f8c231) feat: mvp utopia 0.1 (#3) - [`781910c`](https://github.com/open-webui/open-webui/commit/781910cdb067c22e78cee1f51a644f1409d7cbd0) feat: add sui login (#14) - [`4de246d`](https://github.com/open-webui/open-webui/commit/4de246d5ee726d66e68d425942729c3f5e12473b) feat: google zklogin (#15) - [`d156a29`](https://github.com/open-webui/open-webui/commit/d156a2955d10154957e71eb951699b701f431dd1) feat: image generation (#17) - [`52e2ddf`](https://github.com/open-webui/open-webui/commit/52e2ddf40aa8a4d157616adb3b21f28c2f0cac5d) chore: remove update toast and changelog - [`8f863b1`](https://github.com/open-webui/open-webui/commit/8f863b1a28b98c572fa2b48852cb6d3d977f96b9) Merge pull request #19 from atoma-network/chore/remove_update_changelog - [`60afd0c`](https://github.com/open-webui/open-webui/commit/60afd0c96a821facc2d9100cb5c9fc5f2dbcf846) chore: changed image generation response format to url - [`599fd17`](https://github.com/open-webui/open-webui/commit/599fd171e770ae88278bf66ef1f01365193d2cc8) Merge pull request #20 from atoma-network/chore/change_image_gen_response_format - [`ab794f6`](https://github.com/open-webui/open-webui/commit/ab794f62d40b8670febea05215ff1b78ed8a7b97) first commit - [`99c67f1`](https://github.com/open-webui/open-webui/commit/99c67f1198ce601747d83bd5dcd7f0f0bd123475) feat: added rag and web search env variables ### 📊 Changes **41 files changed** (+2320 additions, -300 deletions) <details> <summary>View changed files</summary> ➖ `.env.example` (+0 -13) ➕ `.env.litellm.production` (+3 -0) ➕ `.env.openwebui.development` (+41 -0) ➕ `.env.openwebui.production` (+41 -0) 📝 `.gitignore` (+2 -1) 📝 `Dockerfile` (+3 -0) 📝 `README.md` (+6 -217) 📝 `backend/open_webui/apps/images/main.py` (+2 -3) 📝 `backend/open_webui/apps/webui/main.py` (+2 -0) 📝 `backend/open_webui/config.py` (+8 -0) 📝 `backend/open_webui/env.py` (+2 -2) 📝 `backend/open_webui/main.py` (+7 -10) 📝 `backend/open_webui/static/favicon.png` (+0 -0) 📝 `backend/open_webui/static/splash.png` (+0 -0) 📝 `docker-compose.yaml` (+14 -20) ➕ `docker-compose_old.yaml` (+34 -0) ➕ `litellm_config.yaml` (+24 -0) 📝 `package-lock.json` (+1388 -12) 📝 `package.json` (+5 -0) 📝 `src/app.html` (+1 -1) _...and 21 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-29 19:20:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#45042