Standardmodel imagen typo? #4439

Closed
opened 2025-11-11 15:54:10 -06:00 by GiteaMirror · 1 comment
Owner

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 :)

Originally created by @openPhiL on GitHub (Mar 15, 2025). https://github.com/open-webui/open-webui/blame/b03fc97e287f31ad07bda896143959bc4413f7d2/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 :)
Author
Owner

@Classic298 commented on GitHub (Mar 15, 2025):

Yes you need to use 3.0 not 3-0

@Classic298 commented on GitHub (Mar 15, 2025): Yes you need to use 3.0 not 3-0
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#4439