mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
feat: DALL-E Compatibility Improvements #581
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 @tusing on GitHub (Apr 2, 2024).
Some feature requests from issues I've run into during my own usage of DALL-E via this project:
standardandhd, but there is no way to select which one is used.nparameter (1≤n≤10) controls how many images can be generated.nparameter must be1, but we can request more images in parallel.stepsparameter, but it is visible in the UI, pre-set to 50, which may cause confusion.1024x1024,1024x1792, or1792x1024) but the resolution input is free-form, which may cause confusion.Related: DALL-E API Documentation
@JOduMonT commented on GitHub (Jun 6, 2024):
I was about to say something ;)
For now Open-WebUI only support 512x512 and 1024x1024 repectively for DALL-E 2 and DALL-E 3.