multimodalart HF staff commited on
Commit
a29df6c
1 Parent(s): 2646440

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -80,8 +80,8 @@ with gr.Blocks(css=css) as demo:
80
 
81
  with gr.Column(elem_id="col-container"):
82
  gr.Markdown(f"""
83
- # Align-your-steps
84
- Unnoficial demo for the official diffusers implementation of the [Align your Steps](https://research.nvidia.com/labs/toronto-ai/AlignYourSteps/) scheduler by NVIDIA
85
  """)
86
 
87
  with gr.Row():
 
80
 
81
  with gr.Column(elem_id="col-container"):
82
  gr.Markdown(f"""
83
+ # Align your steps (AYS) - Stable Diffusion XL
84
+ Unnoficial demo for the official diffusers implementation of the [Align your Steps](https://research.nvidia.com/labs/toronto-ai/AlignYourSteps/) scheduler by NVIDIA for SDXL
85
  """)
86
 
87
  with gr.Row():