Update custom-node-list.json

This commit is contained in:
Dr.Lt.Data 2025-06-06 05:58:28 +09:00 committed by GitHub
parent 446c6481b9
commit 16d7cb48ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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