mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-05 08:22:50 -05:00
Standardmodel imagen typo? #4439
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 @openPhiL on GitHub (Mar 15, 2025).
b03fc97e28/backend/open_webui/routers/images.py (L339)I think this is a typo? "imagen-3-0-generate-002" instead of "imagen-3.0-generate-002"
if use it, I receive error:
[ERROR: models/imagen-3-0-generate-002 is not found for API version v1beta, or is not supported for predict. Call ListModels to see the list of available models and their supported methods.]
If I replace it in Gui with:
"imagen-3.0-generate-002"
it works.
hope not wasting time here :)
@Classic298 commented on GitHub (Mar 15, 2025):
Yes you need to use 3.0 not 3-0