[GH-ISSUE #7144] issuse:can't import DALL-3 Pipeline #14628

Closed
opened 2026-04-19 20:56:30 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @maru7777 on GitHub (Nov 21, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7144

now I am at latest 0.4.2
when i import https://openwebui.com/f/bgeneto/dall_e ,the error shows "Only alphanumeric characters and underscores are allowed in the id"
as the following code

        self.id = "DALL_E"
        self.name = "DALL-E"

the author has already use DALL_E as its id ,I think the pipeline is ok
but the id in open-webui seems to be "dall-e",not "dall_e"

Originally created by @maru7777 on GitHub (Nov 21, 2024). Original GitHub issue: https://github.com/open-webui/open-webui/issues/7144 now I am at latest 0.4.2 when i import `https://openwebui.com/f/bgeneto/dall_e` ,the error shows "Only alphanumeric characters and underscores are allowed in the id" as the following code ``` self.id = "DALL_E" self.name = "DALL-E" ``` the author has already use DALL_E as its id ,I think the pipeline is ok but the id in open-webui seems to be "dall-e",not "dall_e"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#14628