mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #3232] feat: add API key to comfy image generation #28709
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?
Originally created by @short-circuit on GitHub (Jun 17, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3232
Is your feature request related to a problem? Please describe.
Cannot access comfy workflows since they are behind an authorization layer.
Describe the solution you'd like
Please add the possibilty to use an API key (bearer token) to the image generation workflow for comfy.
Describe alternatives you've considered
An alternative is to remove authorization which is deemed insecure and can have catastrophic consequences.
@short-circuit commented on GitHub (Sep 20, 2024):
Can someone guide me on where to implement this change? Not really a lot of commented code, so don't really know where to set up shop in the admin component (I suppose?)
@short-circuit commented on GitHub (Dec 18, 2024):
closed with #7915