VAR-CLIP: Text-to-Image Generator with Visual Auto-Regressive Modeling
Qian Zhang, Xiangzi Dai, Ninghua Yang, Xiang An, Ziyong Feng, Xingyu Ren
Institute of Applied Physics and Computational Mathematics, DeepGlint,Shanghai Jiao Tong University
- Relased train code.
- Relased Arxiv.
- Training T2I on the ImageNet dataset has been completed.
- Training on the ImageNet dataset has been completed.
pip install -r requirements.txt
1. Place the downloaded ImageNet train/val parts separately under train/val in the directory ./imagenet/
2. Download clip/vae pretrain model put on pretrained/
#training VAR-CLIP-d16 for 1000 epochs on ImageNet 256x256 costs 4.1 days on 64 A100s
#Before running, you need to configure the IP addresses of multiple machines in the run.py file and data_path
python run.py
#you can run demo_samle.ipynb get text-conditional generation resulets after train completed.
demo_sample.ipynb
This project is licensed under the MIT License - see the LICENSE file for details.
@misc{zhang2024varcliptexttoimagegeneratorvisual,
title={VAR-CLIP: Text-to-Image Generator with Visual Auto-Regressive Modeling},
author={Qian Zhang and Xiangzi Dai and Ninghua Yang and Xiang An and Ziyong Feng and Xingyu Ren},
year={2024},
eprint={2408.01181},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2408.01181},
}