From 446c6481b9336e97900970ff7e2af67e41b53570 Mon Sep 17 00:00:00 2001 From: xmarre Date: Thu, 5 Jun 2025 18:26:44 +0200 Subject: [PATCH] Add LoRA-Safe TorchCompile node --- custom-node-list.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index f6a05917..e123c4ff 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,5 +1,13 @@ { "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",