Update app.py to acknowledge ByteDance

#2
by sayakpaul HF staff - opened
Files changed (1) hide show
  1. app.py +1 -0
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