Add link to paper page
Browse filesThis PR ensures the model shows up at https://huggingface.co/papers/2503.16397.
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 |
+
```
|