Create illustrious_pencil-XL-v3.0.0.md
Browse files
illustrious_pencil-XL-v3.0.0.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-v2.0.0](https://huggingface.co/bluepen5805/illustrious_pencil-XL)
|
8 |
+
- [Illustrious-XL-v1.0](https://civitai.com/models/1232765?modelVersionId=1389133)
|
9 |
+
- [Illustrious-XL-v0.1](https://huggingface.co/OnomaAIResearch/Illustrious-xl-early-release-v0)
|
10 |
+
|
11 |
+
# Recipe
|
12 |
+
|
13 |
+
Merge using `sd-mecha for ComfyUI`. ( below sd-mecha format recipe )
|
14 |
+
```
|
15 |
+
model "Illustrious-XL-v1.0.safetensors" "sdxl" "base"
|
16 |
+
model "illustrious_pencil-XL-v2.0.0.safetensors" "sdxl" "base"
|
17 |
+
model "Illustrious-XL-v0.1.safetensors" "sdxl" "base"
|
18 |
+
merge "train_difference" &1 &0 &2 alpha=1.0
|
19 |
+
merge "add_cosine_b" &0 &3 alpha=0.9500000000000001
|
20 |
+
merge "add_cosine_a" &4 &1 alpha=0.2
|
21 |
+
dict sdxl_unet_default=1.0 sdxl_txt2_default=0.0 sdxl_txt_default=0.0
|
22 |
+
merge "weighted_sum" &0 &5 alpha=&6
|
23 |
+
```
|