Update README.md
Browse files
README.md
CHANGED
|
@@ -29,8 +29,6 @@ vae = AutoencoderKL.from_pretrained("stabilityai/sd-vae-ft-mse")
|
|
| 29 |
pipe = DiffusionPipeline.from_pretrained(modelid, vae=vae)
|
| 30 |
```
|
| 31 |
|
| 32 |
-

|
| 33 |
-
|
| 34 |
|
| 35 |
DEMO image is generated by using diffusers + Google Colab
|
| 36 |
|
|
|
|
| 29 |
pipe = DiffusionPipeline.from_pretrained(modelid, vae=vae)
|
| 30 |
```
|
| 31 |
|
|
|
|
|
|
|
| 32 |
|
| 33 |
DEMO image is generated by using diffusers + Google Colab
|
| 34 |
|