Froddan commited on
Commit
cfecb8b
1 Parent(s): 6c98acd

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc0-1.0
3
+ inference: false
4
+ language:
5
+ - en
6
+ tags:
7
+ - stable-diffusion
8
+ - text-to-image
9
+ ---
10
+
11
+ # Stable Diffusion fine tuned on art by [Gank Pansuay](https://www.instagram.com/gank_pansuay/)
12
+
13
+ ### Usage
14
+ Use by adding the keyword "gankpansuay" to the prompt. The model was trained with the "woman" classname, which can also be added to the prompt.
15
+
16
+ ## Samples
17
+ The top 4 samples are "pure" while others are mixed with other artists and modifiers. I hope it still gives you an idea of what kind of
18
+ styles can be created with this model.
19
+
20
+ <img src="https://huggingface.co/Froddan/gankpansuay/resolve/main/1400_index3.png" width="256px"/>
21
+ <img src="https://huggingface.co/Froddan/gankpansuay/resolve/main/1400_index4.png" width="256px"/>
22
+ <img src="https://huggingface.co/Froddan/gankpansuay/resolve/main/1400_index5.png" width="256px"/>
23
+ <img src="https://huggingface.co/Froddan/gankpansuay/resolve/main/1400_index7.png" width="256px"/>
24
+ <img src="https://huggingface.co/Froddan/gankpansuay/resolve/main/1400_index8.png" width="256px"/>
25
+ <img src="https://huggingface.co/Froddan/gankpansuay/resolve/main/index2.png" width="256px"/>
26
+ <img src="https://huggingface.co/Froddan/gankpansuay/resolve/main/train_1400_3.png" width="256px"/>
27
+
28
+ ### 🧨 Diffusers
29
+
30
+ This model can be used just like any other Stable Diffusion model. For more information,
31
+ please have a look at the [Stable Diffusion](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion).