From 0cbbe25d8968b4f1f2978eb1d8107b3a9d0826ad Mon Sep 17 00:00:00 2001 From: destinyfaux Date: Sat, 27 Dec 2025 12:29:38 -0700 Subject: [PATCH 1/3] Update custom-node-list.json Adding my custom lora nodes for Z-Image. Combines and merges loras non-destructively to enable the usage of many loras without layer saturation. --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index f2fcac80..6723f00b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -39963,6 +39963,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "destinyfaux", + "title": "Z-FUSE: Surgical LoRA Orchestrator", + "id": "z-fuse", + "reference": "https://github.com/destinyfaux/Z-Fuse", + "files": [ + "https://github.com/destinyfaux/Z-Fuse/archive/refs/heads/main.zip" + ], + "install_type": "git-clone", + "description": "High-fidelity, architecture-aware LoRA fusion for Z-Image (S3-DiT). Features simultaneous TIES-merging, per-block tuning, and no-loss export." + } ] } From 216e8586bce88dcae34bec721aac12dd8b6aa94d Mon Sep 17 00:00:00 2001 From: destinyfaux Date: Sat, 27 Dec 2025 12:31:58 -0700 Subject: [PATCH 2/3] Update custom-node-list.json Fixed indentation issue caused in my prior Z-Image Z-Fuse Node. --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 6723f00b..efc4735a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -39974,6 +39974,6 @@ ], "install_type": "git-clone", "description": "High-fidelity, architecture-aware LoRA fusion for Z-Image (S3-DiT). Features simultaneous TIES-merging, per-block tuning, and no-loss export." - } + } ] } From b2d6a4eefee93bdb45d2b7d4e0896add2c2affb8 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Sun, 28 Dec 2025 08:09:06 +0900 Subject: [PATCH 3/3] Update custom-node-list.json --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index efc4735a..580af759 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -39970,7 +39970,7 @@ "id": "z-fuse", "reference": "https://github.com/destinyfaux/Z-Fuse", "files": [ - "https://github.com/destinyfaux/Z-Fuse/archive/refs/heads/main.zip" + "https://github.com/destinyfaux/Z-Fuse" ], "install_type": "git-clone", "description": "High-fidelity, architecture-aware LoRA fusion for Z-Image (S3-DiT). Features simultaneous TIES-merging, per-block tuning, and no-loss export."