Add library_name and pipeline_tag (#1)
Browse files- Add library_name and pipeline_tag (f14cbfd49411c42d31b5f76242b8faf7ad52ce8f)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 4 |
# Scale-wise Distillation 3.5 Medium
|
| 5 |
Scale-wise Distillation (SwD) is a novel framework for accelerating diffusion models (DMs)
|
| 6 |
by progressively increasing spatial resolution during the generation process.
|
|
@@ -10,4 +13,4 @@ while maintaining or even improving image quality.
|
|
| 10 |
|
| 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 Medium
|
| 8 |
Scale-wise Distillation (SwD) is a novel framework for accelerating diffusion models (DMs)
|
| 9 |
by progressively increasing spatial resolution during the generation process.
|
|
|
|
| 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>.
|