From 16d7cb48ff61f64f8c27112028061f4bd3027e2d Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Fri, 6 Jun 2025 05:58:28 +0900 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index e123c4ff..f65811b6 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,13 +1,5 @@ { "custom_nodes": [ - { - "name": "LoRA-Safe TorchCompile", - "repo": "https://github.com/xmarre/TorchCompileModel_LoRASafe", - "description": "Drop-in TorchCompile node that preserves LoRA patches.", - "author": "xmarre", - "tags": ["optimisation", "torch.compile", "lora"], - "release": "v0.1.0" - }, { "author": "Dr.Lt.Data", "title": "ComfyUI-Manager", @@ -27210,6 +27202,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "xmarre", + "title": "LoRA-Safe TorchCompile", + "reference": "https://github.com/xmarre/TorchCompileModel_LoRASafe", + "files": [ + "https://github.com/xmarre/TorchCompileModel_LoRASafe" + ], + "install_type": "git-clone", + "description": "Drop-in TorchCompile node that preserves LoRA patches." } ] }