Views
No views yet



| Dataset | Model | Params | GenEval | DPG | HuggingFace |
|---|---|---|---|---|---|
| Text-to-Image | PixNerd-XXL/16 | 1.2B | 0.73 | 80.9 | 🤗 |
python app.py --config configs_t2i/inference_heavydecoder.yaml --ckpt_path=XXX.ckpt1# for installation
2pip install -r requirements.txtmain.py script (replace XXX.ckpt with your checkpoint path):1# for inference
2python main.py predict -c configs_c2i/pix256std1_repa_pixnerd_xl.yaml --ckpt_path=XXX.ckpt
3# or specify the GPU(s) to use:
4CUDA_VISIBLE_DEVICES=0,1, python main.py predict -c configs_c2i/pix256std1_repa_pixnerd_xl.yaml --ckpt_path=XXX.ckpt1@article{2507.23268,
2Author = {Shuai Wang and Ziteng Gao and Chenhui Zhu and Weilin Huang and Limin Wang},
3Title = {PixNerd: Pixel Neural Field Diffusion},
4Year = {2025},
5Eprint = {arXiv:2507.23268},
6}