Add link to paper page
Browse filesThis PR ensures the model shows up at https://huggingface.co/papers/2503.16397
README.md
CHANGED
@@ -13,4 +13,15 @@ while maintaining or even improving image quality.
|
|
13 |
|
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>.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
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 |
+
## Citation
|
19 |
+
|
20 |
+
```bibtex
|
21 |
+
@article{starodubcev2025swd,
|
22 |
+
title={Scale-wise Distillation of Diffusion Models},
|
23 |
+
author={Nikita Starodubcev and Denis Kuznedelev and Artem Babenko and Dmitry Baranchuk},
|
24 |
+
journal={arXiv preprint arXiv:2503.16397},
|
25 |
+
year={2025}
|
26 |
+
}
|
27 |
+
```
|