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