From dbd5d5fb431ac52cca41b201e59f80a753a32c97 Mon Sep 17 00:00:00 2001 From: jupo-ai Date: Sat, 16 Aug 2025 09:36:35 +0900 Subject: [PATCH] Update custom-node-list.json (#2082) * Update custom-node-list.json * Update custom-node-list.json --- custom-node-list.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 57a29691..8593d7ed 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31401,6 +31401,28 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "jupo-ai", + "title": "comfy-preview-model", + "id": "comfy-preview-model", + "reference": "https://github.com/jupo-ai/comfy-preview-model", + "files": [ + "https://github.com/jupo-ai/comfy-preview-model" + ], + "install_type": "git-clone", + "description": "Preview media file in model's dir." + }, + { + "author": "jupo-ai", + "title": "comfy-join-prompt", + "id": "comfy-join-prompt", + "reference": "https://github.com/jupo-ai/comfy-join-prompt", + "files": [ + "https://github.com/jupo-ai/comfy-join-prompt" + ], + "install_type": "git-clone", + "description": "Join Multiline text." } ] }