ThePioneer
commited on
Commit
•
a2af7ac
1
Parent(s):
3f26066
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- ja
|
6 |
+
tags:
|
7 |
+
- art
|
8 |
---
|
9 |
+
A mixture of [Waifu Diffusion 1.5 (WD)](https://huggingface.co/waifu-diffusion/wd-1-5-beta), [Picasso Diffusion 1.1 (PiD)](https://huggingface.co/alfredplpl/picasso-diffusion-1-1), and [Illuminati Diffusion 1.0 (ID)](https://huggingface.co/IlluminatiAI/Illuminati_Diffusion_v1.0).
|
10 |
+
|
11 |
+
I have first merged WD and Pid with the ratio of 0.6 : 0,4, and then block merged ID with the following weights:
|
12 |
+
|
13 |
+
0.7,0.65,0.6,0.55,0.5,0.45,0.45,0.4,0.4,0.4,0.4,0.4,0,0.45,0.4,0.35,0.25,0.25,0.25,0.25,0.3,0.4,0.6,0.65,0.7.
|
14 |
+
|
15 |
+
Sample images will be added later.
|