Views
No views yet
arXiv][code][dataset][project page]
1conda create -n i1_torch_infer python=3.11 -y
2conda activate i1_torch_infer
3python -m pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cu124
4python -m pip install numpy==1.26.4 pillow tqdm transformers==4.57.1 diffusers==0.35.1 accelerate safetensors sentencepiece1git clone https://github.com/zlab-princeton/i1
2cd i1/torch_inference
3python generate.py \
4 --prompt "Render the following text at the center of the image on a clean background: 'Flow on, river! flow with the flood-tide, and ebb with the ebb-tide! Frolic on, crested and scallop-edg'd waves!'"1@article{zeng2026i1,
2 title={i1: A Simple and Fully Open Recipe for Strong Text-to-Image Models},
3 author={Zeng, Boya and Luo, Tianze and Pu, Shu and Shen, Jucheng and Lu, Taiming and Sarch, Gabriel and Liu, Zhuang},
4 journal={arXiv preprint arXiv:2606.11289},
5 year={2026}
6}