borisdayma / dalle-mini

DALL·E Mini - Generate images from a text prompt
https://www.craiyon.com
Apache License 2.0
14.75k stars 1.21k forks source link

Current Model Versions #193

Closed melih-unsal closed 2 years ago

melih-unsal commented 2 years ago

Hello @borisdayma Are the latest models like in the below? { "mini" : "dalle-mini/dalle-mini/mini-1:v0", "mega" : "dalle-mini/dalle-mini/mega-1:latest" } For mini, I was getting worse results, that's why I needed to ask if the model used in hugging face is mini-1:v0 or not. For mega, there are 2 versions I saw which are "mega-1:latest" and "mega-1-fp16:latest". Which one is the correct one? Thank you.

borisdayma commented 2 years ago

That is correct, the demo uses "mega-1:latest".

"mega-1-fp16:latest" is for setups that don't have enough capacity.

melih-unsal commented 2 years ago

Thank you for the quick reply and this great work!