Add LoRA-Safe TorchCompile node

This commit is contained in:
xmarre 2025-06-05 18:26:44 +02:00
parent 4cceb46641
commit 446c6481b9

View File

@ -1,5 +1,13 @@
{ {
"custom_nodes": [ "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", "author": "Dr.Lt.Data",
"title": "ComfyUI-Manager", "title": "ComfyUI-Manager",