Pharma commited on
Commit
bd92c3c
1 Parent(s): 95121ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -1
README.md CHANGED
@@ -1,3 +1,34 @@
1
  ---
2
- license: openrail
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: creativeml-openrail-m
3
+ tags:
4
+ - pytorch
5
+ - diffusers
6
+ - stable-diffusion
7
+ - text-to-image
8
+ - diffusion-models-class
9
+ - dreambooth-hackathon
10
+ widget:
11
+ - text: gwsi
12
+ - text: gwsi necromancer
13
  ---
14
+
15
+ # DreamBooth model for the gwsi concept trained by pharmapsychotic
16
+
17
+
18
+ ## Examples
19
+
20
+
21
+ ## Usage
22
+
23
+ #### With Diffusers
24
+
25
+ ```python
26
+ from diffusers import StableDiffusionPipeline
27
+
28
+ pipeline = StableDiffusionPipeline.from_pretrained('pharma/sugar-glider')
29
+ image = pipeline().images[0]
30
+ image
31
+ ```
32
+
33
+ #### With SD Web UI
34
+ To use with SD Web UI download [pharmapsychotic-gwsi.ckpt](https://huggingface.co/pharma/gwsi/resolve/main/pharmapsychotic-gwsi.ckpt) and put in your models folder.