cp-cp commited on
Commit
f7fd170
·
1 Parent(s): f7d1d1a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ {}
3
+ ---
4
+
5
+ Hi
6
+ ```
7
+ python
8
+ from diffusers import DDPMPipeline
9
+
10
+ pipeline = DDPMPipeline.from_pretrained('cp-cp/sd-class-butterflies')
11
+ image = pipeline ().images [0]
12
+ image
13
+ ```