Spaces:
Running
on
Zero
Running
on
Zero
Update app.py to acknowledge ByteDance
#2
by
sayakpaul
HF staff
- opened
app.py
CHANGED
@@ -91,6 +91,7 @@ def launch_app():
|
|
91 |
**Acknowledgements**:
|
92 |
- [Sayak Paul](https://huggingface.co/sayakpaul) for open-sourcing FLUX.1-dev-edit-v0
|
93 |
- [black-forest-labs](https://huggingface.co/black-forest-labs) for FLUX.1-dev
|
|
|
94 |
"""
|
95 |
)
|
96 |
return demo
|
|
|
91 |
**Acknowledgements**:
|
92 |
- [Sayak Paul](https://huggingface.co/sayakpaul) for open-sourcing FLUX.1-dev-edit-v0
|
93 |
- [black-forest-labs](https://huggingface.co/black-forest-labs) for FLUX.1-dev
|
94 |
+
- [ByteDance/Hyper-SD](https://huggingface.co/ByteDance/Hyper-SD) for the Turbo LoRA which we use to speed up inference
|
95 |
"""
|
96 |
)
|
97 |
return demo
|