Commit
•
2441500
1
Parent(s):
19e49d5
Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ from diffusers import StableDiffusionPipeline
|
|
19 |
|
20 |
model = "CompVis/stable-diffusion-v1-4"
|
21 |
vae = AutoencoderKL.from_pretrained("stabilityai/sd-vae-ft-ema")
|
22 |
-
pipe = StableDiffusionPipeline(model, vae=vae)
|
23 |
```
|
24 |
|
25 |
## Decoder Finetuning
|
|
|
19 |
|
20 |
model = "CompVis/stable-diffusion-v1-4"
|
21 |
vae = AutoencoderKL.from_pretrained("stabilityai/sd-vae-ft-ema")
|
22 |
+
pipe = StableDiffusionPipeline.from_pretrained(model, vae=vae)
|
23 |
```
|
24 |
|
25 |
## Decoder Finetuning
|