Spaces:
Running
on
Zero
Running
on
Zero
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,4 +11,18 @@ license: apache-2.0
|
|
| 11 |
license_name: flux-1-dev-non-commercial-license
|
| 12 |
license_link: LICENSE.md
|
| 13 |
short_description: Fast Inversion of Rectified Flow for Image Semantic Editing.
|
| 14 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
license_name: flux-1-dev-non-commercial-license
|
| 12 |
license_link: LICENSE.md
|
| 13 |
short_description: Fast Inversion of Rectified Flow for Image Semantic Editing.
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
This is a demo is a simplified version of the approach described in the paper, ["FireFlow: Fast Inversion of Rectified Flow for Image Semantic Editing"](https://arxiv.org/abs/2412.07517)
|
| 17 |
+
|
| 18 |
+
```
|
| 19 |
+
@misc{deng2024fireflowfastinversionrectified,
|
| 20 |
+
title={FireFlow: Fast Inversion of Rectified Flow for Image Semantic Editing},
|
| 21 |
+
author={Yingying Deng and Xiangyu He and Changwang Mei and Peisong Wang and Fan Tang},
|
| 22 |
+
year={2024},
|
| 23 |
+
eprint={2412.07517},
|
| 24 |
+
archivePrefix={arXiv},
|
| 25 |
+
primaryClass={cs.CV},
|
| 26 |
+
url={https://arxiv.org/abs/2412.07517},
|
| 27 |
+
}
|
| 28 |
+
```
|