You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A custom ComfyUI node to merge up to 4 LoRA models into a Flux.1-Dev UNet
⚠️ If you experience VRAM issues (OOM) when saving, try using the sequential strategy instead of additive or average. It avoids direct weight modifications and makes saving more memory-efficient.
✨ Features
✅ Merge up to 4 LoRA models
✅ Compatible with UNet models in FP8 / FP16 / FP32
✅ Three fusion strategies:
additive: weighted sum of LoRA deltas
average: average of LoRA deltas
sequential: apply one after another
✅ Option to save the final merged model in .safetensors