bluepen5805 commited on
Commit
f607eea
verified
1 Parent(s): c9f362c

Create true_pencil-XL-v1.0.0-base.md

Browse files
Files changed (1) hide show
  1. true_pencil-XL-v1.0.0-base.md +59 -0
true_pencil-XL-v1.0.0-base.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Tools
2
+ - [ComfyUI](https://github.com/comfyanonymous/ComfyUI)
3
+ - [sd-mecha](https://github.com/ljleb/sd-mecha)
4
+ - [sd-mecha for Comfyui](https://github.com/ljleb/comfy-mecha)
5
+
6
+ # Checkpoints
7
+ - [illustrious_pencil-XL-v3.2.0](https://huggingface.co/bluepen5805/illustrious_pencil-XL)
8
+ - [anim4gine-illustrious_opt-1.1](https://huggingface.co/bluepen5805/sdxl-models)
9
+ - [Illustrious-XL-v2.0](https://huggingface.co/OnomaAIResearch/Illustrious-XL-v2.0)
10
+ - [Rillusm 路 Realistic IL v2.1](https://civitai.com/models/959736?modelVersionId=1761662)
11
+ - [Raehoshi illust XL v5.0](https://civitai.com/models/846917?modelVersionId=1838339)
12
+ - [SD-XL 1.0-base](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0)
13
+
14
+ # LoRAs
15
+ - [Add Micro Details v3.0_illustrious](https://civitai.com/models/1377820?modelVersionId=1622964)
16
+
17
+ # Recipe
18
+
19
+ Merge using `sd-mecha for ComfyUI`. ( below sd-mecha format recipe )
20
+ ```
21
+ version 0.1.0
22
+ model "Illustrious-XL-v2.0.safetensors" model_config="sdxl-sgm" merge_space="weight"
23
+ model "raehoshiIllustXL_v50.safetensors" model_config="sdxl-sgm" merge_space="weight"
24
+ model "rillusmRealisticIL_v21.safetensors" model_config="sdxl-sgm" merge_space="weight"
25
+ model "anim4gine-illustrious_opt-1.1.safetensors" model_config="sdxl-sgm" merge_space="weight"
26
+ merge "add_cosine_a" &3 &0 0.8
27
+ merge "add_cosine_b" &4 &0 0.85
28
+ merge "add_cosine_a" &2 &5 0.45
29
+ merge "add_cosine_a" &1 &6 0.5
30
+ dict BASE=0.75 IN00=1.0 IN01=1.0 IN02=1.0 IN03=1.0 IN04=1.0 IN05=1.0 IN06=1.0 IN07=0.5 IN08=1.0 M00=1.0 OUT00=1.0 OUT01=1.0 OUT02=0.0 OUT03=1.0 OUT04=1.0 OUT05=1.0 OUT06=0.5 OUT07=0.5 OUT08=0.9 VAE=1.0
31
+ literal &8 model_config="sdxl-supermerger_blocks" merge_space="param"
32
+ merge "convert_sdxl_blocks_to_sgm" &9
33
+ merge "fallback" &10 0.95
34
+ merge "slerp" &0 &7 alpha=&11
35
+ merge "add_cosine_b" &7 &12 0.8
36
+ model "AddMicroDetails_Illustrious_v3.safetensors" model_config="sdxl-kohya_kohya_lora" merge_space="weight"
37
+ merge "convert_'sdxl-kohya_kohya_lora'_to_base" &14
38
+ merge "convert_'sdxl-kohya'_to_'sdxl-sgm'" &15
39
+ merge "add_difference" &13 &16 1.5
40
+ merge "fallback" &17 &13
41
+ model "sd_xl_base_1.0.safetensors" model_config="sdxl-sgm" merge_space="weight"
42
+ merge "subtract" &18 &19
43
+ model "illustrious_pencil-XL-v3.2.0.safetensors" model_config="sdxl-sgm" merge_space="weight"
44
+ merge "subtract" &21 &19
45
+ merge "perpendicular_component" &20 &22
46
+ merge "add_difference" &18 &23 0.45
47
+ merge "fallback" &24 &18
48
+ merge "slerp" &13 &25 alpha=0.6
49
+ literal 0.0 model_config="sdxl-sgm" merge_space="param"
50
+ merge "pick_component" &27 "clip_l"
51
+ merge "pick_component" &27 "clip_g"
52
+ merge "fallback" &28 &29
53
+ merge "pick_component" &27 "vae"
54
+ merge "fallback" &30 &31
55
+ literal 1.0 model_config="sdxl-sgm" merge_space="param"
56
+ merge "pick_component" &33 "diffuser"
57
+ merge "fallback" &32 &34
58
+ merge "weighted_sum" &0 &26 &35
59
+ ```