Spaces:
Running
on
Zero
Running
on
Zero
Update app.py to acknowledge ByteDance (#2)
Browse files- Update app.py (47025f1a8e0ccb2997af0a515055457b815a3afd)
Co-authored-by: Sayak Paul <[email protected]>
app.py
CHANGED
@@ -102,6 +102,7 @@ def launch_app():
|
|
102 |
**Acknowledgements**:
|
103 |
- [Sayak Paul](https://huggingface.co/sayakpaul) for open-sourcing FLUX.1-dev-edit-v0
|
104 |
- [black-forest-labs](https://huggingface.co/black-forest-labs) for FLUX.1-dev
|
|
|
105 |
"""
|
106 |
)
|
107 |
return demo
|
|
|
102 |
**Acknowledgements**:
|
103 |
- [Sayak Paul](https://huggingface.co/sayakpaul) for open-sourcing FLUX.1-dev-edit-v0
|
104 |
- [black-forest-labs](https://huggingface.co/black-forest-labs) for FLUX.1-dev
|
105 |
+
- [ByteDance/Hyper-SD](https://huggingface.co/ByteDance/Hyper-SD) for the Turbo LoRA which we use to speed up inference
|
106 |
"""
|
107 |
)
|
108 |
return demo
|