CM3Leon
CM3Leon copied to clipboard
An open source implementation of "Scaling Autoregressive Multi-Modal Models: Pretraining and Instruction Tuning", an all-new multi modal AI that uses just a decoder to generate both text and images
The Readme describes a method to load the model but how can we actually use the model to generate an image using a given prompt? Could you provide a code...
Could you provide a demo for generating image from a text? example ``` prompt = "xxx" image = model.generate(prompt) image.save("xxx.png") ``` ## Upvote & Fund - We're using [Polar.sh](https://polar.sh/kyegomez) so...
Trying to train any of the Vision models that you have around, but im not being lucky on finding one that is workable both in terms of training and prediction....
Will the citation section be updated with the required bibtex? ## Upvote & Fund - We're using [Polar.sh](https://polar.sh/kyegomez) so you can upvote and help fund this issue. - We receive...
I was reading another issues and walking through the code I realized that the example.py doesn't load any checkpoint, so, as far as I understood, the example.py and what you...