[PR #1275] [MERGED] feat: comfyui support #59480

Closed
opened 2026-05-06 01:34:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1275
Author: @tjbck
Created: 3/24/2024
Status: Merged
Merged: 3/24/2024
Merged by: @tjbck

Base: devHead: comfyui


📝 Commits (2)

📊 Changes

6 files changed (+434 additions, -39 deletions)

View changed files

📝 backend/apps/images/main.py (+102 -12)
backend/apps/images/utils/comfyui.py (+228 -0)
📝 backend/config.py (+1 -0)
📝 src/lib/apis/images/index.ts (+5 -5)
📝 src/lib/components/chat/Settings/Images.svelte (+81 -18)
📝 src/lib/components/common/ImagePreview.svelte (+17 -4)

📄 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/1275 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 3/24/2024 **Status:** ✅ Merged **Merged:** 3/24/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `comfyui` --- ### 📝 Commits (2) - [`862c96f`](https://github.com/open-webui/open-webui/commit/862c96fcef2b5c822849eda7b3c929b53477033b) feat: comfyui support - [`98624a4`](https://github.com/open-webui/open-webui/commit/98624a406fd0ad5650072c159874c58196dd6885) feat: comfyui integration ### 📊 Changes **6 files changed** (+434 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `backend/apps/images/main.py` (+102 -12) ➕ `backend/apps/images/utils/comfyui.py` (+228 -0) 📝 `backend/config.py` (+1 -0) 📝 `src/lib/apis/images/index.ts` (+5 -5) 📝 `src/lib/components/chat/Settings/Images.svelte` (+81 -18) 📝 `src/lib/components/common/ImagePreview.svelte` (+17 -4) </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-05-06 01:34:14 -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#59480