mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-17 02:12:58 +08:00
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
This commit is contained in:
parent
3378be1e1b
commit
fb43b658de
@ -7520,14 +7520,13 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"author": "daxcay",
|
"author": "daxcay",
|
||||||
"title": "ComfyUI-DRMN",
|
"title": "ComfyUI-DataSet",
|
||||||
"id": "drmn",
|
"reference": "https://github.com/daxcay/ComfyUI-DataSet",
|
||||||
"reference": "https://github.com/daxcay/ComfyUI-DRMN",
|
|
||||||
"files": [
|
"files": [
|
||||||
"https://github.com/daxcay/ComfyUI-DRMN"
|
"https://github.com/daxcay/ComfyUI-DataSet"
|
||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"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",
|
"author": "daxcay",
|
||||||
@ -10609,6 +10608,16 @@
|
|||||||
],
|
],
|
||||||
"install_type": "unzip",
|
"install_type": "unzip",
|
||||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
"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."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user