Reimu Hakurei
commited on
Commit
•
5bd24c8
1
Parent(s):
c2ea614
Fix typo
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ inference: false
|
|
11 |
|
12 |
# waifu-diffusion - Diffusion for Weebs
|
13 |
|
14 |
-
waifu-diffusion is a latent text-to-image diffusion model that has been conditioned on high-quality anime images through
|
15 |
|
16 |
<img src=https://cdn.discordapp.com/attachments/872361510133981234/1016022078635388979/unknown.png?3867929 width=40% height=40%>
|
17 |
<sub>Prompt: touhou 1girl komeiji_koishi portrait</sub>
|
@@ -24,7 +24,7 @@ The current model has been fine-tuned with a learning rate of 5.0e-5 for 1 epoch
|
|
24 |
|
25 |
## Training Data & Annotative Prompting
|
26 |
|
27 |
-
The data used for
|
28 |
|
29 |
Captions are Danbooru-style captions.
|
30 |
|
|
|
11 |
|
12 |
# waifu-diffusion - Diffusion for Weebs
|
13 |
|
14 |
+
waifu-diffusion is a latent text-to-image diffusion model that has been conditioned on high-quality anime images through fine-tuning.
|
15 |
|
16 |
<img src=https://cdn.discordapp.com/attachments/872361510133981234/1016022078635388979/unknown.png?3867929 width=40% height=40%>
|
17 |
<sub>Prompt: touhou 1girl komeiji_koishi portrait</sub>
|
|
|
24 |
|
25 |
## Training Data & Annotative Prompting
|
26 |
|
27 |
+
The data used for fine-tuning has come from a random sample of 56k Danbooru images, which were filtered based on [CLIP Aesthetic Scoring](https://github.com/christophschuhmann/improved-aesthetic-predictor) where only images with an aesthetic score greater than `6.0` were used.
|
28 |
|
29 |
Captions are Danbooru-style captions.
|
30 |
|