medmac01 commited on
Commit
4e9bbe7
1 Parent(s): dcfb912

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: creativeml-openrail-m
3
+ tags:
4
+ - pytorch
5
+ - diffusers
6
+ - stable-diffusion
7
+ - text-to-image
8
+ - diffusion-models-class
9
+ ---
10
+
11
+ ## Description
12
+
13
+
14
+ ## Usage
15
+
16
+ ```python
17
+ from diffusers import StableDiffusionPipeline
18
+
19
+ ```