SirVeggie commited on
Commit
f24abe7
1 Parent(s): e23374a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md CHANGED
@@ -1,3 +1,48 @@
1
  ---
2
  license: creativeml-openrail-m
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: creativeml-openrail-m
3
  ---
4
+
5
+ # VoidBrush model mix
6
+
7
+ A model for soft brush-like texture that can also do dark images thanks to the noise offset trick.
8
+
9
+ Since wlop is used in a big part of the mix, the keyword m_wlop might have a noticeable effect.
10
+
11
+ ## Recipe
12
+
13
+ ```
14
+ 7wlop = 7th_anime_v3_C + AbyssalWlop @0.5
15
+ 7different = 7th_anime_v2_G + different-v3-c @0.5
16
+ 7style = 7wlop + 7different @0.6 (exact ratio got lost)
17
+
18
+ cn-any = Counterfeit-V2.5 + (nixeu-any - anythingV3) @1.0
19
+ cn-f = Counterfeit-V2.5 + (nixeu-f - wd1.3) @1.0
20
+ cn-flo = Counterfeit-V2.5 + (floydian_nixeu - sd1.4) @1.0
21
+ cn-temp = cn-any + cn-f @0.4
22
+ cn-full = cn-temp + cn-flo @0.6
23
+
24
+ cn-sam = cn-full + samdoesartsUltmerge_v1 @0.25
25
+
26
+ 7lucky = 7style + cn-sam @0.4
27
+
28
+ cwlop1 = Counterfeit-V2.5 + (wlop-any - anythingV3) @0.8
29
+ cwlop2 = Counterfeit-V2.5 + (wlop - wd1.3) @0.8
30
+ counterwlop = cwlop1 + cwlop2 @0.5
31
+
32
+ counterlucky = 7lucky + counterwlop (probably)
33
+ VoidBrush = brush + (noise_offset - sd1.5) @0.5
34
+ ```
35
+
36
+ ## Links to models
37
+
38
+ ```
39
+ Floydian's nixeu: https://huggingface.co/FloydianSound/Nixeu_Diffusion_v1-5
40
+ Orange mixes: https://huggingface.co/WarriorMama777/OrangeMixs
41
+ 7th_anime: https://huggingface.co/syaimu/7th_Layer
42
+ Counterfeit: https://huggingface.co/gsdf/Counterfeit-V2.5
43
+ Sam model: https://civitai.com/models/68/samdoesarts-ultmerge
44
+ noise offset: https://www.crosslabs.org/blog/diffusion-with-offset-noise
45
+ AbyssalWlop etc: https://huggingface.co/SirVeggie/wlop
46
+ Different-v3-c: https://huggingface.co/SirVeggie/mixes
47
+ Nixeu models: https://huggingface.co/SirVeggie/nixeu
48
+ ```