Text-to-Image
Diffusers
Safetensors
nielsr HF Staff commited on
Commit
f75281f
·
verified ·
1 Parent(s): 786b9bb

Add link to paper page

Browse files

This PR ensures the model shows up at https://huggingface.co/papers/2503.16397.

Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -15,4 +15,15 @@ Project page: https://yandex-research.github.io/swd
15
 
16
  ## Usage
17
  To generate images using SwD, go to <a href="https://github.com/yandex-research/swd ">GitHub</a>
18
- or <a href="https://huggingface.co/spaces/dbaranchuk/Scale-wise-Distillation">Hugging Face's demo </a>.
 
 
 
 
 
 
 
 
 
 
 
 
15
 
16
  ## Usage
17
  To generate images using SwD, go to <a href="https://github.com/yandex-research/swd ">GitHub</a>
18
+ or <a href="https://huggingface.co/spaces/dbaranchuk/Scale-wise-Distillation">Hugging Face's demo </a>.
19
+
20
+ ## Citation
21
+
22
+ ```bibtex
23
+ @article{starodubcev2025swd,
24
+ title={Scale-wise Distillation of Diffusion Models},
25
+ author={Nikita Starodubcev and Denis Kuznedelev and Artem Babenko and Dmitry Baranchuk},
26
+ journal={arXiv preprint arXiv:2503.16397},
27
+ year={2025}
28
+ }
29
+ ```