From fb43b658de1deeb089c0a8918767ebb813d301a7 Mon Sep 17 00:00:00 2001 From: daxcay <164315771+daxcay@users.noreply.github.com> Date: Fri, 14 Jun 2024 06:27:07 +0530 Subject: [PATCH] I have new node and update on name of old node (#770) * Update custom-node-list.json * Update custom-node-list.json * Node name update I updated the node name as it make more sense now after getting feedback from the node users * Update custom-node-list.json --- custom-node-list.json | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index ff350b2f..f9e440dc 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -7520,14 +7520,13 @@ }, { "author": "daxcay", - "title": "ComfyUI-DRMN", - "id": "drmn", - "reference": "https://github.com/daxcay/ComfyUI-DRMN", + "title": "ComfyUI-DataSet", + "reference": "https://github.com/daxcay/ComfyUI-DataSet", "files": [ - "https://github.com/daxcay/ComfyUI-DRMN" + "https://github.com/daxcay/ComfyUI-DataSet" ], "install_type": "git-clone", - "description": "Data Research And Manipulators Nodes for Model Trainers, Artists, Designers and Animators. Captions, Visualizer, Text Manipulator\nNOTE: This repo is renamed to ComfyUI-DataSet." + "description": "Data Research, Preparation And Manipulators Nodes for Model Trainers, Artists, Designers and Animators. Captions, Visualizer, Text Manipulator\nNOTE: This repo is renamed to ComfyUI-DataSet." }, { "author": "daxcay", @@ -10609,6 +10608,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "daxcay", + "title": "ComfyUI-NODEJS", + "reference": "https://github.com/daxcay/ComfyUI-NODEJS", + "files": [ + "https://github.com/daxcay/ComfyUI-NODEJS" + ], + "install_type": "git-clone", + "description": "This node allows the execution of Node.js application within ComfyUI by leveraging the ComfyUI-NODEJS, which starts alongside ComfyUI and facilitates the installation of Node.js. The integration enables Python subprocesses to execute Node.js scripts." } ] }