ControlAR / language /README.md
wondervictor
update README
2422035
|
raw
history blame
375 Bytes
## 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/`