mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #12963] [CLOSED] **feat** & **docs** View comfy api integration #46111
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/12963
Author: @GBieler
Created: 4/17/2025
Status: ❌ Closed
Base:
dev← Head:ViewComfy-API-integration📝 Commits (3)
4166ae0viewcomfy api implementationa4f7413fix workflow node handling in UI56e2ffeadded back VIEWCOMFY_WORKFLOW_NODES to images.py📊 Changes
5 files changed (+550 additions, -1 deletions)
View changed files
📝
backend/open_webui/config.py(+30 -0)📝
backend/open_webui/main.py(+10 -0)📝
backend/open_webui/routers/images.py(+90 -0)➕
backend/open_webui/utils/images/viewcomfy.py(+206 -0)📝
src/lib/components/admin/Settings/Images.svelte(+214 -1)📄 Description
Changelog Entry
Description
Implemented the ViewComfy API for image generation. ViewComfy is a hosting service for ComfyUI workflows. the implementation is very similar to your current ComfyUI one.
Motivation: Some of our users recently asked how they can integrate our API with OpenWebUI
The doc update is in a PR to open-webui/docs (https://github.com/open-webui/docs/pull/506)
Added
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.