From 06c69df0ce12086de253149c04c818767d8a3dff Mon Sep 17 00:00:00 2001 From: Yondon Fu Date: Wed, 25 Dec 2024 13:36:43 -0500 Subject: [PATCH] Update custom-node-list.json 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 a6fc98bc..59fc0319 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." } ] }