Update custom-node-list.json

Added EasyLoRAMerger: A specialized merger for Flux Klein models. It features VRAM-safe streaming to allow merging on 8GB/12GB cards and handles key normalization across different Flux trainers (AI-Toolkit, X-Labs, Musubi).
This commit is contained in:
Terpentine 2026-02-10 02:26:28 +02:00 committed by GitHub
parent 7b3f032e77
commit 79def449bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43359,6 +43359,13 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "Terpentinas",
"title": "EasyLoRAMerger",
"reference": "https://github.com/Terpentinas/EasyLoRAMerger",
"install_type": "git-clone",
"description": "Universal LoRA merger optimized for Flux Klein 4B/9B. Supports AI-Toolkit, X-Labs, and Musubi with VRAM-safe streaming."
} }
] ]
} }