Vargol commited on
Commit
e648e10
1 Parent(s): 0f7c311

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -5,10 +5,10 @@ tags:
5
  - stable-diffusion
6
  ---
7
 
8
- This is a copy of the sdxSSD-1Bl model (https://huggingface.co/Vargol/lcm-ssd-1b-full-model) 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-B! run as a standard Diffusion Pipeline
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