mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-11 08:22:09 -05:00
[PR #4300] [MERGED] feat: added support for the new Flux image gen model using ComfyUI #21445
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/4300
Author: @JohnTheNerd
Created: 8/2/2024
Status: ✅ Merged
Merged: 8/2/2024
Merged by: @tjbck
Base:
dev← Head:flux-image-gen📝 Commits (1)
ad6e8edadded support for the new Flux image gen model using ComfyUI📊 Changes
3 files changed (+196 additions, -9 deletions)
View changed files
📝
backend/apps/images/main.py(+15 -1)📝
backend/apps/images/utils/comfyui.py(+163 -8)📝
backend/config.py(+18 -0)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
added support for the new Flux image gen model using ComfyUI
Added
this PR adds three environment variables:
Changed
n/a
Deprecated
n/a
Removed
n/a
Fixed
n/a
Security
n/a
Breaking Changes
n/a
Additional Information
docs at https://github.com/open-webui/docs/pull/169
Screenshots or Videos
(image was generated using 8bpw weight precision, it can actually do better but I don't have the spare VRAM)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.