LeavingStar commited on
Commit
c098197
1 Parent(s): cd4fd68

Upload README.md with huggingface_hub

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