Froddan commited on
Commit
345fe6d
1 Parent(s): 891a9c9

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 [Björn Hurri](https://www.artstation.com/bjornhurri)
12
+ This model is fine tuned on some of his "shiny"-style paintings. I also have a version for his "matte" works.
13
+
14
+ ### Usage
15
+ Use by adding the keyword "hurrishiny" to the prompt. The model was trained with the "monster" classname, which can also be added to the prompt.
16
+
17
+ ## Samples
18
+ For this model I made two checkpoints. The "hurrishiny monster x2" model is trained for twice as long as the regular checkpoint, meaning it should be more fine tuned on the style but also more rigid. The top 4 images are from the regular version, the rest are from the x2 version. I hope it gives you an idea of what kind of styles can be created with this model.
19
+
20
+ <img src="https://huggingface.co/Froddan/hurrishiny/resolve/main/1700_1.png" width="256px"/>
21
+ <img src="https://huggingface.co/Froddan/hurrishiny/resolve/main/1700_2.png" width="256px"/>
22
+ <img src="https://huggingface.co/Froddan/hurrishiny/resolve/main/1700_3.png" width="256px"/>
23
+ <img src="https://huggingface.co/Froddan/hurrishiny/resolve/main/1700_4.png" width="256px"/>
24
+ <img src="https://huggingface.co/Froddan/hurrishiny/resolve/main/3400_1.png" width="256px"/>
25
+ <img src="https://huggingface.co/Froddan/hurrishiny/resolve/main/3400_2.png" width="256px"/>
26
+ <img src="https://huggingface.co/Froddan/hurrishiny/resolve/main/3400_3.png" width="256px"/>
27
+ <img src="https://huggingface.co/Froddan/hurrishiny/resolve/main/3400_4.png" width="256px"/>
28
+ <img src="https://huggingface.co/Froddan/hurrishiny/resolve/main/index1.png" width="256px"/>
29
+ <img src="https://huggingface.co/Froddan/hurrishiny/resolve/main/index3.png" width="256px"/>
30
+ <img src="https://huggingface.co/Froddan/hurrishiny/resolve/main/index5.png" width="256px"/>
31
+ <img src="https://huggingface.co/Froddan/hurrishiny/resolve/main/index6.png" width="256px"/>
32
+
33
+ ### 🧨 Diffusers
34
+
35
+ This model can be used just like any other Stable Diffusion model. For more information,
36
+ please have a look at the [Stable Diffusion](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion).