Spaces:
Running
on
Zero
Running
on
Zero
File size: 375 Bytes
2422035 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
## Language models for text-conditional image generation
### Requirements
```
pip install ftfy
pip install transformers
pip install accelerate
pip install sentencepiece
pip install pandas
pip install bs4
```
### Language Models
Download flan-t5-xl models from [flan-t5-xl](https://huggingface.co/google/flan-t5-xl) and put into the folder of `./pretrained_models/t5-ckpt/`
|