Update README.md
Browse files
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 |

|
| 25 |
|
| 26 |
## Citation
|
| 27 |
```
|
| 28 |
@misc{piflow,
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |

|
| 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 |
```
|