fengleafs commited on
Commit
3b3136d
·
verified ·
1 Parent(s): d61eaaf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ {}
3
+ ---
4
+
5
+ --license: mit tags:
6
+ - pytorch - diffusers
7
+ - unconditional-image-generation
8
+ - diffusion-models-class
9
+ --# 这个模型用于生成蝴蝶图像的无条件图像生成扩散模型
10
+ '''python from diffusers import DDPMPipeline
11
+ pipeline = DDPMPipeline.from_pretrained('fengleafs/sd-class-butterflies-sample-32-demo5')
12
+ image = pipeline().images[0] image
13
+ '''
14
+