From 61088fba2024038fc2051c85717707a165b9fc32 Mon Sep 17 00:00:00 2001 From: Terry Jia Date: Mon, 15 Apr 2024 22:32:52 -0400 Subject: [PATCH] ComfyUI-InstantMesh custom nodes (#569) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index f1fff94..4439524 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -7679,6 +7679,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "jtydhr88", + "title": "ComfyUI-InstantMesh", + "reference": "https://github.com/jtydhr88/ComfyUI-InstantMesh", + "files": [ + "https://github.com/jtydhr88/ComfyUI-InstantMesh" + ], + "install_type": "git-clone", + "description": "ComfyUI InstantMesh is custom nodes that running TencentARC/InstantMesh into ComfyUI, this extension depends on ComfyUI-3D-Pack. Please refer to Readme carefully to install." } ] }