From 08f7394af0bacfbb423dbf76655530a18aa76a14 Mon Sep 17 00:00:00 2001 From: Shubz World <176368083+mithamunda@users.noreply.github.com> Date: Fri, 6 Dec 2024 01:26:11 +0530 Subject: [PATCH] Update custom-node-list.json (#1293) A custom ComfyUI node for generating AI-powered image descriptions using Together AI's Vision models (both free and paid versions) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 9d5dcb0f..67c4b1fb 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17976,6 +17976,17 @@ "install_type": "unzip", "description": "Various image processing nodes." }, + { + "author": "mithamunda", + "title": "Together Vision Node", + "id": "comfyui_together_vision", + "reference": "https://github.com/mithamunda/ComfyUI-TogetherVision", + "files": [ + "https://github.com/mithamunda/ComfyUI-TogetherVision" + ], + "install_type": "git-clone", + "description": "A custom ComfyUI node for generating AI-powered image descriptions using Together AI's Vision models (both free and paid versions). Features include customizable prompts, advanced generation parameters, and robust image handling with comprehensive error management." + }, { "author": "aimingfail", "title": "Image2Halftone Node for ComfyUI",