mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-21 09:01:47 -05:00
[GH-ISSUE #8491] feat: Support for multiple image models simultaneously #69750
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 @edurenye on GitHub (Jan 12, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8491
Is your feature request related to a problem? Please describe.
In the current system, workflows are managed globally, which creates several challenges:
Describe the solution you'd like
Introduce a feature to manage workflows at a per-user or per-group level:
Describe alternatives you've considered
Currently, I don't see viable alternatives to address these challenges, but I am open to exploring other potential solutions.
@edurenye commented on GitHub (Jan 29, 2025):
Would be even better to do this in a more global image model selection not just workflows, so you can have multiple image providers enabled at the same time. I imagine users with enough permissions should be able to select the model they want to use inside the Chat controls in the top right corner of the screen. What do you think?
@j05hau commented on GitHub (Feb 19, 2025):
This.
I'd also suggest that it might be useful to go even more granular than user/group and have workflows for each model that is created in a workspace, offering the opportunity to dedicate specific models for different types of generative workflows.
@edurenye commented on GitHub (Feb 19, 2025):
@j05hau you can with the branch that I created for the PR https://github.com/open-webui/open-webui/pull/9712
I'm actually keeping it up to date and improving it in my branch: https://github.com/edurenye/open-webui/tree/multiple-image-model-wrappers
I just realized that I forgot to check the access permission, will fix it when I have time.
You could take a look at it, I have uploaded screenshots in the PR (I fixed the upload workflow from a file that is missing in the screenshots in my branch), or test my branch.
I'll open a discussion around it.
@edurenye commented on GitHub (Feb 19, 2025):
Here is the discussion: https://github.com/open-webui/open-webui/discussions/10344
@edurenye commented on GitHub (Feb 21, 2025):
I fixed the access checks and updated the branch with the last release (v0.5.16).
@j05hau commented on GitHub (Feb 22, 2025):
You're doing god's work. Thanks, I'll give it a geezer when I can!