From b501e9b20b51d06607735a21c64ee85de06e36e3 Mon Sep 17 00:00:00 2001 From: fpgaminer Date: Mon, 12 May 2025 09:43:28 -0700 Subject: [PATCH] Add fpgaminer/joycaption_comfyui to custom-node-list.json (#1827) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index f2b96cda..aea180c3 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -25678,6 +25678,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "fpgaminer", + "title": "JoyCaption Nodes", + "id": "comfyui-joycaption", + "reference": "https://github.com/fpgaminer/joycaption_comfyui", + "files": [ + "https://github.com/fpgaminer/joycaption_comfyui" + ], + "install_type": "git-clone", + "description": "Nodes for running the JoyCaption image captioner VLM." } ] }