aka7774 commited on
Commit
0f11566
β€’
1 Parent(s): bf74d06

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ γ‚‹γ£γ“γ‚‰γƒŸγƒƒγ‚―γ‚Ή
3
+ γ‚ˆγ£γ“γ‚‰γ‚»γƒƒγ‚―γ‚Ή
4
+
5
+ - AT ONE OWN RISK
6
+ - Commercial use is not recommended.
7
+ - Probably not NovelAI included.
8
+
9
+ # Rucola_mix.safetensors
10
+ ```
11
+ M1: cafe-instagram-unofficial-test-epoch-9-140k-images-fp32.ckpt
12
+ M2: f222.ckpt
13
+ M3: v1-5-pruned-emaonly.ckpt
14
+ M4: instagram-latest-plus-clip-v6e1_50000.safetensors
15
+ M5: 3DKX_1.0b.safetensors
16
+ M6: Elysium_Anime_V2.ckpt
17
+ M7: pfg_111Safetensors.safetensors
18
+
19
+ Checkpoint Merger
20
+ - M1 + (M2 - M3) * 1.0 = A
21
+ - M4 + (M5 - M3) * 1.0 = B
22
+
23
+ Merge Block Weighted
24
+ A + B = D
25
+ base 1
26
+ 0,0,0,0,0,0,0,0,0,0,0,0,0,1,0.9,0.8,0.7,0.6,0.5,0,0,0,0.2,0.2,0.2
27
+ M6 + D = E
28
+ base 0
29
+ 0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1
30
+ E + M7 = O
31
+ base 0
32
+ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0.5,0,0,0
33
+
34
+ Bake in VAE
35
+ vae-ft-mse-840000-ema-pruned.ckpt
36
+ ```
37
+
38
+ # Rucola_panic.safetensors
39
+ ```
40
+ M1: lofi_V1Fp16.safetensors
41
+ M2: colorful_v13.safetensors
42
+ M3: Rucola_mix.safetensors
43
+ M4: museV1_v1.safetensors
44
+
45
+ Checkpoint Merger
46
+ - M1 * (1 - 0.5) + M2 * 0.5 = F
47
+ - M3 * (1 - 0.5) + F * 0.3 = G
48
+ - M4 + (1 - 0.5) + G * 0.4 = O
49
+ ```