mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #11736] feat: Separate image processing model #16337
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 @huanyan434 on GitHub (Mar 16, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11736
Check Existing Issues
Problem Description
my model does not support image processing
Desired Solution you'd like
I want image processing to be done using an external model like web search, because my model does not support image processing
Alternatives Considered
No response
Additional Context
No response
@Classic298 commented on GitHub (Mar 16, 2025):
@spammenotinoz commented on GitHub (Mar 16, 2025):
Agree, for testing I hard-coded a Model when image gen is used, faster, costs less and less ramblings.
The real question is why even use an LLM at all?
Except for Gemini, where it understands and can make changes to the picture created.
@AbdullahMPrograms commented on GitHub (Mar 16, 2025):
this is doable using pipes, here is a rough one I created and have been using for the last while: https://github.com/AbdullahMPrograms/DynamicVisionRouter