Views
No views yet
1git clone https://github.com/ZitengWangNYU/Scale-RAE.git
2cd Scale-RAE
3conda create -n scale_rae python=3.10 -y
4conda activate scale_rae
5pip install -e .1cd inference
2python cli.py t2i --prompt "Can you generate a photo of a cat on a windowsill?"1@article{scale-rae-2026,
2 title={Scaling Text-to-Image Diffusion Transformers with Representation Autoencoders},
3 author={Shengbang Tong and Boyang Zheng and Ziteng Wang and Bingda Tang and Nanye Ma and Ellis Brown and Jihan Yang and Rob Fergus and Yann LeCun and Saining Xie},
4 journal={arXiv preprint arXiv:2601.16208},
5 year={2026}
6}