From f084c30b2002a9af087fb4c75b35f4feb53817f3 Mon Sep 17 00:00:00 2001 From: xmarre <54859656+xmarre@users.noreply.github.com> Date: Fri, 6 Jun 2025 07:17:19 +0200 Subject: [PATCH] Add LoRA-Safe TorchCompile node (#1905) * Add LoRA-Safe TorchCompile node * Update custom-node-list.json --------- Co-authored-by: xmarre Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 7aa51102..6d9859ec 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -27478,6 +27478,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." } ] }