Create illustrious_pencil-XL-v3.2.0.md
Browse files
illustrious_pencil-XL-v3.2.0.md
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.1.0](https://huggingface.co/bluepen5805/illustrious_pencil-XL)
|
8 |
+
- [Illustrious-XL-v1.0](https://civitai.com/models/1232765?modelVersionId=1389133)
|
9 |
+
- [NoobAI-XL (NAI-XL) Epsilon-pred 1.1-version](https://civitai.com/models/833294?modelVersionId=1116447)
|
10 |
+
- [Obsession (Illustrious-XL) v3.0](https://civitai.com/models/820208?modelVersionId=1033430)
|
11 |
+
- [LibrasIllustriousXL v3.0](https://civitai.com/models/827460?modelVersionId=942437)
|
12 |
+
- [Addillustri v4.0](https://civitai.com/models/832573?modelVersionId=1006745)
|
13 |
+
- [Raehoshi illust XL v3.0](https://civitai.com/models/846917?modelVersionId=1151906)
|
14 |
+
- [ONE FOR ALL «Anime» v.IL_♡](https://civitai.com/models/194771?modelVersionId=1389133)
|
15 |
+
|
16 |
+
# Recipe
|
17 |
+
|
18 |
+
Merge using `sd-mecha for ComfyUI`. ( below sd-mecha format recipe )
|
19 |
+
```
|
20 |
+
model "illustrious_pencil-XL-v3.1.0.safetensors" "sdxl" "base"
|
21 |
+
model "obsessionIllustrious_v30.safetensors" "sdxl" "base"
|
22 |
+
model "noobaiXLNAIXL_epsilonPred11Version.safetensors" "sdxl" "base"
|
23 |
+
merge "train_difference" &0 &1 &2 alpha=0.85
|
24 |
+
model "librasillustriousxl_v30.safetensors" "sdxl" "base"
|
25 |
+
merge "add_cosine_a" &3 &4 alpha=0.01
|
26 |
+
model "addillustri_v40.safetensors" "sdxl" "base"
|
27 |
+
merge "add_cosine_a" &5 &6 alpha=0.1
|
28 |
+
model "raehoshiIllustXL_v30.safetensors" "sdxl" "base"
|
29 |
+
merge "train_difference" &7 &8 &2 alpha=1.0
|
30 |
+
model "oneFORALLAnimeW_vIL.safetensors" "sdxl" "base"
|
31 |
+
merge "add_cosine_a" &9 &10 alpha=0.05
|
32 |
+
merge "add_cosine_b" &0 &11 alpha=0.4
|
33 |
+
model "Illustrious-XL-v1.0.safetensors" "sdxl" "base"
|
34 |
+
dict sdxl_txt_default=1.0 sdxl_unet_default=0.0 sdxl_txt2_default=1.0
|
35 |
+
merge "weighted_sum" &12 &13 alpha=&14
|
36 |
+
```
|