Add LoRA-Safe TorchCompile node (#1905)

* Add LoRA-Safe TorchCompile node

* Update custom-node-list.json

---------

Co-authored-by: xmarre <mmquant1@gmail.com>
Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
This commit is contained in:
xmarre 2025-06-06 07:17:19 +02:00 committed by GitHub
parent 206004fc1f
commit f084c30b20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."
}
]
}