Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
a29df6c
1
Parent(s):
2646440
Update app.py
Browse files
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
|
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():
|