ShaoQ commited on
Commit
b99be4f
·
verified ·
1 Parent(s): 6123a95

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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)