Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 [Jannis Mayr](https://www.artstation.com/joblyn)
|
12 |
+
|
13 |
+
### Usage
|
14 |
+
Use by adding the keyword "jannismayr" to the prompt. The model was trained with different classnames, which can also be added to the prompt. These classnames are the second words of the filenames.
|
15 |
+
|
16 |
+
## Samples
|
17 |
+
For this model I experimented and made several versions. I won't bore you with details but there were variations in learning rates and classifications. Just look at the samples and pick the one that looks like it suits you best.
|
18 |
+
<img src="https://huggingface.co/Froddan/furiostyle/resolve/main/xy_grid-0000-1454625692-.jpg"/>
|
19 |
+
<img src="https://huggingface.co/Froddan/furiostyle/resolve/main/xy_grid-0001-3762916514-.jpg"/>
|
20 |
+
<img src="https://huggingface.co/Froddan/furiostyle/resolve/main/xy_grid-0002-590770723-.jpg"/>
|
21 |
+
|
22 |
+
### 🧨 Diffusers
|
23 |
+
|
24 |
+
This model can be used just like any other Stable Diffusion model. For more information,
|
25 |
+
please have a look at the [Stable Diffusion](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion).
|