Text-to-Image
Diffusers
Safetensors

Add library_name and pipeline_tag

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -1,6 +1,9 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
 
4
  # Scale-wise Distillation 3.5 Large
5
  Scale-wise Distillation (SwD) is a novel framework for accelerating diffusion models (DMs)
6
  by progressively increasing spatial resolution during the generation process.
@@ -11,3 +14,18 @@ while maintaining or even improving image quality.
11
  ## Usage
12
  To generate images using SwD, go to <a href="https://github.com/yandex-research/swd ">GitHub</a>
13
  or <a href="https://huggingface.co/spaces/dbaranchuk/Scale-wise-Distillation">Hugging Face's demo </a>.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ library_name: diffusers
4
+ pipeline_tag: text-to-image
5
  ---
6
+
7
  # Scale-wise Distillation 3.5 Large
8
  Scale-wise Distillation (SwD) is a novel framework for accelerating diffusion models (DMs)
9
  by progressively increasing spatial resolution during the generation process.
 
14
  ## Usage
15
  To generate images using SwD, go to <a href="https://github.com/yandex-research/swd ">GitHub</a>
16
  or <a href="https://huggingface.co/spaces/dbaranchuk/Scale-wise-Distillation">Hugging Face's demo </a>.
17
+
18
+ This is a Hugging Face Diffusers implementation of the paper [Scale-wise Distillation of Diffusion Models](https://huggingface.co/papers/2503.16397).
19
+
20
+ The project page can be found at https://yandex-research.github.io/swd
21
+
22
+ ## Citation
23
+
24
+ ```bibtex
25
+ @article{starodubcev2025swd,
26
+ title={Scale-wise Distillation of Diffusion Models},
27
+ author={Nikita Starodubcev and Denis Kuznedelev and Artem Babenko and Dmitry Baranchuk},
28
+ journal={arXiv preprint arXiv:2503.16397},
29
+ year={2025}
30
+ }
31
+ ```