tensorkelechi commited on
Commit
a66596a
1 Parent(s): dc4cc3d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - pytorch
5
+ - diffusers
6
+ - unconditional-image-generation
7
+ - diffusion-models-class
8
+ ---
9
+
10
+ This model is a diffusion model for unconditional image generation of clouds, skies, etc
11
+
12
+ ## Usage
13
+
14
+ ```python
15
+ from diffusers import DDPMPipeline
16
+
17
+ pipeline = DDPMPipeline.from_pretrained('tensorkelechi/sky_diffuse')
18
+ image = pipeline().images[0]
19
+ image