fcski commited on
Commit
fac924a
1 Parent(s): 7eb28a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md CHANGED
@@ -1,3 +1,56 @@
1
  ---
2
  license: creativeml-openrail-m
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: creativeml-openrail-m
3
  ---
4
+ - holidays_mix
5
+
6
+ This is a sd1.5, 2d merge model(checkpoint), relatively simple mixing, sometime peaky, there's still room for improvement.
7
+
8
+ hands may fixed, and we can use it without negative words, of course it gets better with negative words.
9
+
10
+ ----
11
+
12
+ - pre mixing, using toolkit(https://github.com/arenasys/stable-diffusion-webui-model-toolkit) for pruning and wrong clip fix,
13
+ - add follow postfix after original model name:
14
+
15
+ -pruned = prune to fp16 model
16
+
17
+ -clipfix = clip fixed
18
+
19
+ recipe only for personal use.
20
+
21
+ A use MBW and weight sum, F,G use sum twice. Other use weight sum.
22
+
23
+ - A = betterboys25D_v30-pruned x (1-alpha) + onlyanime_v1BakedVAE x alpha (0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5,1.0,1.0,1.0,0.75,0.0,0.0,0.0,0.0,0.0)
24
+ - B = punimix40_v10 x 0.5 + Thumbelina_v10 x 0.5
25
+ - C = limeremixSweet_v30-clipfix x 0.5 + lemonTeaMixPainterly2_v1-clipfix x 0.5
26
+ - D = cityedgeStylemix_v144 x 0.5 + meinaalter_v2-pruned x 0.5
27
+ - E = odyssey_v10Pruned x 0.5 + ultrahentaimix_v10-clipfix x 0.5
28
+ - F = (D x 0.5 +C x 0.5) x 0.75 + A x 0.25
29
+ - G = (B x 0.5 +E x 0.5) x 0.75 + A x 0.25
30
+ - H = F x 0.5 + G x 0.5
31
+
32
+ H is this model, and enjoy it.
33
+ ```
34
+ License:creativeml-openrail-m
35
+ For personal use. (not for commercial)
36
+
37
+ OK:Use the model without crediting the creator
38
+ NG:Sell images they generate
39
+ NG:Run on services that generate images for money
40
+ OK:Share merges using this model
41
+ NG:Sell this model or merges using this model
42
+ OK:Have different permissions when sharing merges
43
+ ```
44
+ Thanks to the creators for the great models used in this model!
45
+
46
+ ----
47
+ 日本語で書きます
48
+
49
+ Hから始まる適当な名前にしました。
50
+
51
+ real_model_Nで男女の絡みに男性が出にくいところを改善するために試行錯誤していて、
52
+ 2Dモデルで男性が出やすいものを作ってMBWでマージすればいいんじゃないか?という点に思い至り、思い付きで作りました。
53
+
54
+ 当初の目的は達成できませんでしたが、それとは別にネガティブプロンプト無しでも手がある程度まともに出ていたので、破棄するか迷った挙句公開することにしました。
55
+
56
+ 元々マージしようとしていただけにシンプルなマージ(大体5:5でマージしてる)になっています。