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