From 9ea803f89ab00e7265f7d3b0325d0dd4421f2573 Mon Sep 17 00:00:00 2001 From: Yondon Fu Date: Thu, 26 Dec 2024 22:39:32 -0500 Subject: [PATCH] Update custom-node-list.json (#1372) Add ComfyUI-Torch-Compile --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index dc57bbf0..c331f798 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -18892,6 +18892,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "yondonfu", + "title": "ComfyUI-Torch-Compile", + "id": "comfyui-torch-compile", + "reference": "https://github.com/yondonfu/ComfyUI-Torch-Compile", + "files": [ + "https://github.com/yondonfu/ComfyUI-Torch-Compile" + ], + "install_type": "git-clone", + "description": "ComfyUI nodes for torch.compile." } ] }