dbaranchuk commited on
Commit
ccc66a4
·
verified ·
1 Parent(s): b265938

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 6-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).
 
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).