Update README.md
Browse files
README.md
CHANGED
@@ -9,10 +9,18 @@ datasets:
|
|
9 |
- Danbooru2021
|
10 |
---
|
11 |
|
|
|
|
|
12 |
A version of Waifu Diffusion v1.3 trained for 9 epoch on half precision 16 float number converted to work with Diffusers library.
|
13 |
|
|
|
|
|
|
|
14 |
The current model has been fine-tuned with a learning rate of 5.0e-6 for 10 epochs on 680k anime-styled images.
|
15 |
|
16 |
Global Step: 662069
|
17 |
|
|
|
|
|
|
|
18 |
Original model by hakurei: https://huggingface.co/hakurei/waifu-diffusion-v1-3
|
|
|
9 |
- Danbooru2021
|
10 |
---
|
11 |
|
12 |
+
## Repo Overview
|
13 |
+
|
14 |
A version of Waifu Diffusion v1.3 trained for 9 epoch on half precision 16 float number converted to work with Diffusers library.
|
15 |
|
16 |
+
|
17 |
+
## Model Description
|
18 |
+
|
19 |
The current model has been fine-tuned with a learning rate of 5.0e-6 for 10 epochs on 680k anime-styled images.
|
20 |
|
21 |
Global Step: 662069
|
22 |
|
23 |
+
|
24 |
+
## Source
|
25 |
+
|
26 |
Original model by hakurei: https://huggingface.co/hakurei/waifu-diffusion-v1-3
|