File size: 2,184 Bytes
345fe6d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
license: cc0-1.0
inference: false
language:
  - en
tags:
  - stable-diffusion
  - text-to-image
---

# Stable Diffusion fine tuned on art by [Björn Hurri](https://www.artstation.com/bjornhurri)
This model is fine tuned on some of his "shiny"-style paintings. I also have a version for his "matte" works.

### Usage
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.

## Samples
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.

<img src="https://huggingface.co/Froddan/hurrishiny/resolve/main/1700_1.png" width="256px"/>
<img src="https://huggingface.co/Froddan/hurrishiny/resolve/main/1700_2.png" width="256px"/>
<img src="https://huggingface.co/Froddan/hurrishiny/resolve/main/1700_3.png" width="256px"/>
<img src="https://huggingface.co/Froddan/hurrishiny/resolve/main/1700_4.png" width="256px"/>
<img src="https://huggingface.co/Froddan/hurrishiny/resolve/main/3400_1.png" width="256px"/>
<img src="https://huggingface.co/Froddan/hurrishiny/resolve/main/3400_2.png" width="256px"/>
<img src="https://huggingface.co/Froddan/hurrishiny/resolve/main/3400_3.png" width="256px"/>
<img src="https://huggingface.co/Froddan/hurrishiny/resolve/main/3400_4.png" width="256px"/>
<img src="https://huggingface.co/Froddan/hurrishiny/resolve/main/index1.png" width="256px"/>
<img src="https://huggingface.co/Froddan/hurrishiny/resolve/main/index3.png" width="256px"/>
<img src="https://huggingface.co/Froddan/hurrishiny/resolve/main/index5.png" width="256px"/>
<img src="https://huggingface.co/Froddan/hurrishiny/resolve/main/index6.png" width="256px"/>

### 🧨 Diffusers

This model can be used just like any other Stable Diffusion model. For more information,
please have a look at the [Stable Diffusion](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion).