Text-to-Image
Diffusers
Safetensors
Lakonik commited on
Commit
db5348d
·
verified ·
1 Parent(s): 9f0faf7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -24,7 +24,7 @@ Distilled 4-step and 8-step FLUX.1 models proposed in the paper:
24
  [Sai Bi](https://sai-bi.github.io/)<sup>2</sup><br>
25
  <sup>1</sup>Stanford University, <sup>2</sup>Adobe Research
26
  <br>
27
- [[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)]
28
 
29
  ![teaser](https://cdn-uploads.huggingface.co/production/uploads/638067fcb334960c987fbeda/H0J1LYUcSS5YqOwZqQ0Jb.jpeg)
30
 
@@ -100,8 +100,12 @@ out.save('dxflux_4nfe.png')
100
  ## Citation
101
  ```
102
  @misc{piflow,
103
- title={pi-Flow: Policy-Based Few-Step Generation via Imitation Distillation},
104
- author={Hansheng Chen and Kai Zhang and Hao Tan and Leonidas Guibas and Gordon Wetzstein and Sai Bi},
105
- year={2025},
 
 
 
 
106
  }
107
  ```
 
24
  [Sai Bi](https://sai-bi.github.io/)<sup>2</sup><br>
25
  <sup>1</sup>Stanford University, <sup>2</sup>Adobe Research
26
  <br>
27
+ [[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)]
28
 
29
  ![teaser](https://cdn-uploads.huggingface.co/production/uploads/638067fcb334960c987fbeda/H0J1LYUcSS5YqOwZqQ0Jb.jpeg)
30
 
 
100
  ## Citation
101
  ```
102
  @misc{piflow,
103
+ title={pi-Flow: Policy-Based Few-Step Generation via Imitation Distillation},
104
+ author={Hansheng Chen and Kai Zhang and Hao Tan and Leonidas Guibas and Gordon Wetzstein and Sai Bi},
105
+ year={2025},
106
+ eprint={2510.14974},
107
+ archivePrefix={arXiv},
108
+ primaryClass={cs.LG},
109
+ url={https://arxiv.org/abs/2510.14974},
110
  }
111
  ```