๐งฌ SDXL Node Merger โ Visual Model Merging Tool

Hey everyone! It's been a while.
I'm excited to share a tool I've been working on โ SDXL Node Merger.
It's a free, open-source, node-based model merging tool designed specifically for SDXL. Think ComfyUI, but for merging models instead of generating images.
Why another merger?
Most merging tools are either CLI-based or have very basic UIs. I wanted something that lets me visually design complex merge recipes โ and more importantly, batch multiple merges at once. Set up 10 different merge configs, hit Execute, grab a coffee, come back to 10 finished models. No more babysitting each merge one by one.
Key Features
๐ Visual Node Editor โ Drag, drop, and connect nodes with beautiful animated Bezier curves. Build anything from simple A+B merges to complex multi-model chains.
๐ง 11 Merge Algorithms โ Weighted Sum, Add Difference, TIES, DARE, SLERP, Similarity Merge, and more. All with Merge Block Weighted (MBW) support for per-block control.
โก Low VRAM Mode โ Streams tensors one by one, so you can merge on GPUs with as little as 4GB VRAM.
๐จ 4 Stunning Themes โ Midnight, Aurora, Ember, Frost. Because merging should look good too.
๐ฆ Batch Processing โ Multiple Save nodes = multiple output models in one run. This is a game changer for testing merge ratios.
๐ RTX 50-series ready โ Built with CUDA 12.x / PyTorch latest.
Setup
Just clone the repo, run start.bat, and it handles everything โ venv, PyTorch, dependencies. Opens right in your browser.
Links
๐ GitHub: https://github.com/georgebanjog/sdxl-node-merger ๐ License: Apache 2.0 (free for any use)
Would love to hear your feedback and feature requests. Happy merging! ๐
Update: bugs related to saving checkpoints in complex multi-layer schematics and memory leaks have been fixed. Next up are fixes for a couple of visual bugs.