Diffusers
Safetensors
Lakonik commited on
Commit
6fab778
·
verified ·
1 Parent(s): 472b4be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -19,15 +19,19 @@ Distilled 1-step and 2-step ImageNet DiTs proposed in the paper:
19
  [Sai Bi](https://sai-bi.github.io/)<sup>2</sup><br>
20
  <sup>1</sup>Stanford University, <sup>2</sup>Adobe Research
21
  <br>
22
- [[arXiv]()] [[Code](https://github.com/Lakonik/piFlow)] [[pi-Qwen Demo🤗](https://huggingface.co/spaces/Lakonik/pi-Qwen)] [[pi-FLUX Demo🤗](https://huggingface.co/spaces/Lakonik/pi-FLUX.1)]
23
 
24
  ![teaser](https://cdn-uploads.huggingface.co/production/uploads/638067fcb334960c987fbeda/H0J1LYUcSS5YqOwZqQ0Jb.jpeg)
25
 
26
  ## Citation
27
  ```
28
  @misc{piflow,
29
- title={pi-Flow: Policy-Based Few-Step Generation via Imitation Distillation},
30
- author={Hansheng Chen and Kai Zhang and Hao Tan and Leonidas Guibas and Gordon Wetzstein and Sai Bi},
31
- year={2025},
 
 
 
 
32
  }
33
  ```
 
19
  [Sai Bi](https://sai-bi.github.io/)<sup>2</sup><br>
20
  <sup>1</sup>Stanford University, <sup>2</sup>Adobe Research
21
  <br>
22
+ [[arXiv](https://arxiv.org/abs/2510.14974)] [[Code](https://github.com/Lakonik/piFlow)] [[pi-Qwen Demo🤗](https://huggingface.co/spaces/Lakonik/pi-Qwen)] [[pi-FLUX Demo🤗](https://huggingface.co/spaces/Lakonik/pi-FLUX.1)]
23
 
24
  ![teaser](https://cdn-uploads.huggingface.co/production/uploads/638067fcb334960c987fbeda/H0J1LYUcSS5YqOwZqQ0Jb.jpeg)
25
 
26
  ## Citation
27
  ```
28
  @misc{piflow,
29
+ title={pi-Flow: Policy-Based Few-Step Generation via Imitation Distillation},
30
+ author={Hansheng Chen and Kai Zhang and Hao Tan and Leonidas Guibas and Gordon Wetzstein and Sai Bi},
31
+ year={2025},
32
+ eprint={2510.14974},
33
+ archivePrefix={arXiv},
34
+ primaryClass={cs.LG},
35
+ url={https://arxiv.org/abs/2510.14974},
36
  }
37
  ```