Sadik-Sikder commited on
Commit
56bc7e2
1 Parent(s): 089546c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ tags:
4
+ - pytorch
5
+ - diffusers
6
+ - stable-diffusion
7
+ - text-to-image
8
+ - Landscape
9
+ widget:
10
+ - {}
11
+ ---
12
+
13
+ ## Description
14
+
15
+
16
+ ## Usage
17
+
18
+ ```python
19
+ from diffusers import StableDiffusionPipeline
20
+
21
+ pipeline = StableDiffusionPipeline.from_pretrained('Sadik-Sikder/mini_sd')
22
+ image = pipeline().images[0]
23
+ image
24
+ ```