Update README.md
Browse files
README.md
CHANGED
@@ -20,3 +20,5 @@ pipeline = DDPMPipeline.from_pretrained('ShaoQ/sd-class-butterflies-32')
|
|
20 |
image = pipeline().images[0]
|
21 |
image
|
22 |
```
|
|
|
|
|
|
20 |
image = pipeline().images[0]
|
21 |
image
|
22 |
```
|
23 |
+
|
24 |
+
Remark: You may notice that there are two types of saved weights files, .bin was created by using .save_pretrained("my_pipeline", safe_serialization=False)
|