Update illustrious_pencil-XL-v5.0.0.md
Browse files
illustrious_pencil-XL-v5.0.0.md
CHANGED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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-v4.0.0](https://huggingface.co/bluepen5805/illustrious_pencil-XL)
|
| 8 |
+
- [illustrious_pencil-XL-v3.2.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-v2.0](https://huggingface.co/OnomaAIResearch/Illustrious-XL-v2.0)
|
| 12 |
+
- [Illustrious-XL-v1.1](https://huggingface.co/OnomaAIResearch/Illustrious-XL-v1.1)
|
| 13 |
+
- [Illustrious-XL-v1.0](https://huggingface.co/OnomaAIResearch/Illustrious-XL-v1.0)
|
| 14 |
+
- [Illustrious-XL-v0.1](https://huggingface.co/OnomaAIResearch/Illustrious-xl-early-release-v0)
|
| 15 |
+
- [Rillusm 路 Realistic IL v1.1](https://civitai.com/models/959736?modelVersionId=1101928)
|
| 16 |
+
- [SD-XL 1.0-base](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0)
|
| 17 |
+
|
| 18 |
+
# Recipe
|
| 19 |
+
|
| 20 |
+
Merge using `sd-mecha for ComfyUI`. ( below sd-mecha format recipe )
|
| 21 |
+
```
|
| 22 |
+
model "illustrious_pencil-XL-v4.0.0.safetensors" "sdxl" "base"
|
| 23 |
+
model "Illustrious-XL-v2.0.safetensors" "sdxl" "base"
|
| 24 |
+
model "Illustrious-XL-v1.1.safetensors" "sdxl" "base"
|
| 25 |
+
merge "train_difference" &0 &1 &2 alpha=1.0
|
| 26 |
+
merge "slerp" &0 &3 alpha=0.75
|
| 27 |
+
model "anima_pencil-XL-v5.0.0.safetensors" "sdxl" "base"
|
| 28 |
+
model "sd_xl_base_1.0.safetensors" "sdxl" "base"
|
| 29 |
+
merge "clamped_add_opposite" &4 &5 &6 alpha=1.5
|
| 30 |
+
model "illustrious_pencil-XL-v2.0.0.safetensors" "sdxl" "base"
|
| 31 |
+
model "Illustrious-XL-v0.1.safetensors" "sdxl" "base"
|
| 32 |
+
merge "clamped_add_opposite" &7 &8 &9 alpha=1.0
|
| 33 |
+
merge "add_cosine_a" &10 &3 alpha=0.75
|
| 34 |
+
model "rillusmRealistic_v11.safetensors" "sdxl" "base"
|
| 35 |
+
merge "clamped_add_opposite" &11 &12 &9 alpha=0.25
|
| 36 |
+
model "illustrious_pencil-XL-v3.2.0.safetensors" "sdxl" "base"
|
| 37 |
+
model "Illustrious-XL-v1.0.safetensors" "sdxl" "base"
|
| 38 |
+
merge "clamped_add_opposite" &13 &14 &15 alpha=0.5
|
| 39 |
+
merge "subtract" &1 &2
|
| 40 |
+
merge "add_difference" &16 &17 alpha=0.25
|
| 41 |
+
merge "slerp" &18 &0 alpha=0.75
|
| 42 |
+
dict sdxl_txt_default=1.0 sdxl_unet_default=1.0000000000000002 sdxl_txt2_default=0.0
|
| 43 |
+
merge "weighted_sum" &4 &19 alpha=&20
|
| 44 |
+
```
|