Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -74,8 +74,8 @@ with gr.Blocks(css=css) as demo:
|
|
| 74 |
with gr.Column(elem_id="col-container"):
|
| 75 |
gr.Markdown(
|
| 76 |
f"""
|
| 77 |
-
# ⚡ Scale-wise Distillation ⚡
|
| 78 |
-
# ⚡ Image Generation with
|
| 79 |
This is a demo of [Scale-wise Distillation](https://yandex-research.github.io/swd/),
|
| 80 |
a diffusion distillation method proposed in [Scale-wise Distillation of Diffusion Models](https://arxiv.org/abs/2503.16397)
|
| 81 |
by [Yandex Research](https://github.com/yandex-research).
|
|
|
|
| 74 |
with gr.Column(elem_id="col-container"):
|
| 75 |
gr.Markdown(
|
| 76 |
f"""
|
| 77 |
+
# ⚡ Scale-wise Distillation | FLUX.1 [dev] ⚡
|
| 78 |
+
# ⚡ Image Generation with 4-step SwD ⚡
|
| 79 |
This is a demo of [Scale-wise Distillation](https://yandex-research.github.io/swd/),
|
| 80 |
a diffusion distillation method proposed in [Scale-wise Distillation of Diffusion Models](https://arxiv.org/abs/2503.16397)
|
| 81 |
by [Yandex Research](https://github.com/yandex-research).
|