# Tools - [ComfyUI](https://github.com/comfyanonymous/ComfyUI) - [sd-mecha](https://github.com/ljleb/sd-mecha) - [sd-mecha for Comfyui](https://github.com/ljleb/comfy-mecha) # Checkpoints - [Illustrious-XL-v1.1](https://huggingface.co/OnomaAIResearch/Illustrious-XL-v1.1) - [Illustrious-XL-v1.0](https://huggingface.co/OnomaAIResearch/Illustrious-XL-v1.0) - [Illustrious-XL-v0.1](https://huggingface.co/OnomaAIResearch/Illustrious-xl-early-release-v0) - [Animagine XL 4.0 Opt](https://huggingface.co/cagliostrolab/animagine-xl-4.0) - [Kohaku-XL beta beta5](https://civitai.com/models/162577?modelVersionId=183131) - [SD-XL 1.0-base](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0) # Recipe Merge using `sd-mecha for ComfyUI`. ( below sd-mecha format recipe ) ``` model "Illustrious-XL-v1.1.safetensors" "sdxl" "base" model "Illustrious-XL-v1.0.safetensors" "sdxl" "base" model "animagine-xl-4.0-opt.safetensors" "sdxl" "base" model "kohakuXLBeta_beta5.safetensors" "sdxl" "base" model "sd_xl_base_1.0.safetensors" "sdxl" "base" merge "train_difference" &2 &3 &4 alpha=1.00 merge "add_cosine_b" &3 &5 alpha=1.00 dict sdxl_txt2_default=0.0 sdxl_txt_default=0.0 sdxl_unet_default=1.00 merge "weighted_sum" &2 &6 alpha=&7 model "Illustrious-XL-v0.1.safetensors" "sdxl" "base" merge "train_difference" &8 &9 &3 alpha=1.00 merge "add_cosine_b" &9 &10 alpha=1.00 merge "subtract" &11 &4 merge "add_difference" &4 &12 alpha=0.65 merge "add_cosine_a" &13 &8 alpha=0.0 merge "weighted_sum" &8 &14 alpha=&7 merge "train_difference" &15 &1 &9 alpha=1.00 merge "add_cosine_b" &1 &16 alpha=1.00 merge "train_difference" &17 &0 &1 alpha=1.00 merge "add_cosine_b" &0 &18 alpha=1.00 ```