Add pipeline tag and library name
Browse filesThis PR adds the `pipeline_tag` and `library_name` to the model card. This will improve the model's visibility on the Hub and enable the "How to use" button.
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.
|
@@ -8,6 +11,8 @@ by progressively increasing spatial resolution during the generation process.
|
|
8 |
while maintaining or even improving image quality.
|
9 |

|
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 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.
|
|
|
11 |
while maintaining or even improving image quality.
|
12 |

|
13 |
|
14 |
+
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>.
|