-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade from DALL·E 2 to DALL·E 3 #717
Conversation
… supported arguments and change how multiple images are generated to handle how DALLE 3 does it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be helpful in the setup/settings display of the Image size
options to perhaps add a parenthetical descriptor for each whether the dimensions are (square), (landscape), or (portrait) to help clarify how each size will effectively render.
I also think there's a small enhancement on the Generate images
modal to include the Number of images
, Image quality
, Image size
, and Image style
with each preset to its site-wide default but allow someone to tweak per that specific image generation request?
Good idea, I've added this
One thing to consider is that the number of images, image quality and image size are all options that impact the price, so I think we would need the ability to not allow those to be changed at the Image Generation level. But yes, I agree that having the option to show those would be a nice enhancement though may be better handled in a follow up PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Description of the Change
We currently utilize DALL·E 2 in our Image Generation Feature. OpenAI released DALL·E 3 to the public last fall and so this PR updates our integration to use DALL·E 3.
I had originally considered having an option to choose between the two models, as DALL·E 2 is still available and is cheaper but there are new options that only apply to DALL·E 3, making it harder to support both, and the quality of generated images is so much better with DALL·E 3 that it seemed the right idea to only support that.
How to test the Change
Tools > ClassifAI > Image Processing > Image Generation
Media > Generate Image
Changelog Entry
Credits
Props @dkotter, @jeffpaul
Checklist: