Update README.md
Browse files
README.md
CHANGED
@@ -5,10 +5,10 @@ tags:
|
|
5 |
- stable-diffusion
|
6 |
---
|
7 |
|
8 |
-
This is a copy of the
|
9 |
with the LCM distilled unet (https://huggingface.co/latent-consistency/lcm-ssd-1b) and scheduler config set to default to the LCM Scheduler.
|
10 |
|
11 |
-
This makes LCM SSD-
|
12 |
|
13 |
```py
|
14 |
from diffusers import DiffusionPipeline
|
|
|
5 |
- stable-diffusion
|
6 |
---
|
7 |
|
8 |
+
This is a copy of the SSD-1B model (https://huggingface.co/segmind/SSD-1B) with the unet replaced
|
9 |
with the LCM distilled unet (https://huggingface.co/latent-consistency/lcm-ssd-1b) and scheduler config set to default to the LCM Scheduler.
|
10 |
|
11 |
+
This makes LCM SSD-1B run as a standard Diffusion Pipeline
|
12 |
|
13 |
```py
|
14 |
from diffusers import DiffusionPipeline
|