Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,41 @@
|
|
1 |
-
Kawase Hasui Diffusion is trained on pantings by [KAWASE Hasui(川瀬巴水)](https://en.wikipedia.org/wiki/Hasui_Kawase).
|
2 |
-
|
3 |
-
The model has been trained with DreamBooth method with a learning rate of 1.0e-6 for 2,600 steps (1,300 steps for train/reg pairs) on 169 training images and 664 regularization images.
|
4 |
-
|
5 |
---
|
6 |
license: creativeml-openrail-m
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- stable-diffusion
|
7 |
+
- text-to-image
|
8 |
---
|
9 |
+
|
10 |
+
Kawase Hasui Diffusion is trained on pantings by [KAWASE Hasui(川瀬巴水)](https://en.wikipedia.org/wiki/Hasui_Kawase).
|
11 |
+
The model has been trained on Stable Diffusion v2-1 with DreamBooth method with a learning rate of 1.0e-6 for 2,600 steps with the batch size of 8 (8 train or reg images) on 169 training images and 664 regularization images.
|
12 |
+
|
13 |
+
This model is based on SD2.1 768/v, so if you use this model in the poplular Web UI, please rename 'v2-inference-v.yaml' to 'kawase-hasui-epoch-000003.yaml' (or ~_fp16.yaml) and place it to the same folder to .safetensors.
|
14 |
+
|
15 |
+
The training prompt is "picture by lvl".
|
16 |
+
|
17 |
+
## Examples
|
18 |
+
|
19 |
+
![Japan tourism poster](./sample1.png)
|
20 |
+
```
|
21 |
+
picture by lvl, japan tourism poster
|
22 |
+
seed : 968191097, sampler: k_euler_a, steps : 160, CFG scale : 5.5
|
23 |
+
```
|
24 |
+
|
25 |
+
![Cyberpunk Akihabara](./sample2.png)
|
26 |
+
```
|
27 |
+
picture by lvl, cyberpunk akihabara
|
28 |
+
seed : 1418478714, sampler: k_euler_a, steps : 160, CFG scale : 5.5
|
29 |
+
```
|
30 |
+
|
31 |
+
![Ruined castle](./sample3.png)
|
32 |
+
```
|
33 |
+
picture by lvl, ruined castle, fantasy, dawn
|
34 |
+
seed : 897433524, sampler: k_euler_a, steps : 160, CFG scale : 5.5
|
35 |
+
```
|
36 |
+
|
37 |
+
![Party of adventurers](./sample4.png)
|
38 |
+
```
|
39 |
+
picture by lvl, fantasy, party of adventurers, ready to fight, in front of ruined temple
|
40 |
+
seed : 1814292911, sampler: k_euler_a, steps : 160, CFG scale : 5.5
|
41 |
+
```
|