Froddan commited on
Commit
6786d69
·
1 Parent(s): 895c2d0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 [Vitaly Bulgarov](https://www.artstation.com/vbulgarov)
12
+
13
+ ### Usage
14
+ Use by adding the keyword "bulgarovstyle" to the prompt. The model was trained with the "knight" classname, which can also be added to the prompt.
15
+
16
+ ## Samples
17
+ For this model I made two checkpoints. The "bulgarovstyle knight 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 3 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.
18
+
19
+ <img src="https://huggingface.co/Froddan/bulgarovstyle/resolve/main/dog_v1_1.png" width="256px"/>
20
+ <img src="https://huggingface.co/Froddan/bulgarovstyle/resolve/main/greg_v1.png" width="256px"/>
21
+ <img src="https://huggingface.co/Froddan/bulgarovstyle/resolve/main/greg3.png" width="256px"/>
22
+ <img src="https://huggingface.co/Froddan/bulgarovstyle/resolve/main/index4.png" width="256px"/>
23
+ <img src="https://huggingface.co/Froddan/bulgarovstyle/resolve/main/index_1600_2.png" width="256px"/>
24
+ <img src="https://huggingface.co/Froddan/bulgarovstyle/resolve/main/index_1600_4.png" width="256px"/>
25
+ <img src="https://huggingface.co/Froddan/bulgarovstyle/resolve/main/tmp1zir5pbb.png" width="256px"/>
26
+ <img src="https://huggingface.co/Froddan/bulgarovstyle/resolve/main/tmp6lk0vp7p.png" width="256px"/>
27
+ <img src="https://huggingface.co/Froddan/bulgarovstyle/resolve/main/tmpgabti6yx.png" width="256px"/>
28
+ <img src="https://huggingface.co/Froddan/bulgarovstyle/resolve/main/tmpgvytng2n.png" width="256px"/>
29
+
30
+ ### 🧨 Diffusers
31
+
32
+ This model can be used just like any other Stable Diffusion model. For more information,
33
+ please have a look at the [Stable Diffusion](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion).