Spaces:
Running on Zero
Running on Zero
Misc updates
Browse files- README.md +9 -7
- requirements.txt +1 -1
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
---
|
| 2 |
title: AsymFLUX.2-klein Demo
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.49.0
|
| 8 |
app_file: app.py
|
|
@@ -16,11 +16,13 @@ Official demo of the paper:
|
|
| 16 |
|
| 17 |
**Asymmetric Flow Models**
|
| 18 |
<br>
|
|
|
|
|
|
|
| 19 |
[Hansheng Chen](https://lakonik.github.io/),
|
| 20 |
-
Jan Ackermann,
|
| 21 |
-
Minseo Kim,
|
| 22 |
-
[Gordon Wetzstein](http://web.stanford.edu/~gordonwz/),
|
| 23 |
[Leonidas Guibas](https://geometry.stanford.edu/?member=guibas)<br>
|
| 24 |
Stanford University
|
| 25 |
<br>
|
| 26 |
-
[
|
|
|
|
| 1 |
---
|
| 2 |
title: AsymFLUX.2-klein Demo
|
| 3 |
+
emoji: 💻
|
| 4 |
+
colorFrom: gray
|
| 5 |
+
colorTo: pink
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.49.0
|
| 8 |
app_file: app.py
|
|
|
|
| 16 |
|
| 17 |
**Asymmetric Flow Models**
|
| 18 |
<br>
|
| 19 |
+
arXiv 2026
|
| 20 |
+
<br>
|
| 21 |
[Hansheng Chen](https://lakonik.github.io/),
|
| 22 |
+
[Jan Ackermann](https://janackermann.info/),
|
| 23 |
+
[Minseo Kim](https://soniaminseokim.github.io/),
|
| 24 |
+
[Gordon Wetzstein](http://web.stanford.edu/~gordonwz/),
|
| 25 |
[Leonidas Guibas](https://geometry.stanford.edu/?member=guibas)<br>
|
| 26 |
Stanford University
|
| 27 |
<br>
|
| 28 |
+
[Project Page](https://hanshengchen.com/asymflow) | [arXiv]() | [AsymFLUX.2 klein Demo🤗](https://huggingface.co/spaces/Lakonik/AsymFLUX.2-klein)
|
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
torch==2.10.0
|
|
|
|
| 2 |
diffusers==0.37.0
|
| 3 |
peft==0.17.0
|
| 4 |
sentencepiece
|
| 5 |
accelerate
|
| 6 |
transformers==4.57.3
|
| 7 |
gradio==5.49.0
|
| 8 |
-
bitsandbytes>=0.46.1
|
|
|
|
| 1 |
torch==2.10.0
|
| 2 |
+
torchvision==0.25.0
|
| 3 |
diffusers==0.37.0
|
| 4 |
peft==0.17.0
|
| 5 |
sentencepiece
|
| 6 |
accelerate
|
| 7 |
transformers==4.57.3
|
| 8 |
gradio==5.49.0
|
|
|