Instructions to use flax-community/dalle-mini with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use flax-community/dalle-mini with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("flax-community/dalle-mini") model = AutoModelForSeq2SeqLM.from_pretrained("flax-community/dalle-mini") - Notebooks
- Google Colab
- Kaggle
Commit History
Add checkpoint model-3iwhu4w6:v19 from wandb ff6a96c
Pedro Cuenca commited on