Add ComfyUI-PromptsO to Custom node list (#2167)

* Add ComfyUI-S4Tool-Image to custom nodes list

Add ComfyUI-S4Tool-Image to custom nodes list

* Update custom-node-list.json

Add custom-node : ComfyUI-S4Motion

* Add ComfyUI-S4Tool-Text to custom node list

Text rendering and styling nodes for ComfyUI. This extension provides a basic text renderer, multiple font loaders, and a style node that adds stroke, shadow, gradient fill, and opacity control.

* Add ComfyUI-Prepack to custom node list

A small, practical bundle of ComfyUI nodes that streamlines common workflows.

* Update custom-node-list.json

* Add ComfyUI-PromptsO to Custom node list

A comprehensive AI API integration and prompt processing toolkit for ComfyUI, providing powerful text and image generation capabilities with advanced prompt manipulation tools.

---------

Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
This commit is contained in:
S4MUEL 2025-09-23 06:20:33 +08:00 committed by GitHub
parent 79757366e8
commit f27a154bfd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,16 @@
{
"custom_nodes": [
{
"author": "S4MUEL404",
"title": "ComfyUI-PromptsO",
"id": "comfyui-promptso",
"reference": "https://github.com/S4MUEL-404/ComfyUI-PromptsO",
"files": [
"https://github.com/S4MUEL-404/ComfyUI-PromptsO"
],
"install_type": "git-clone",
"description": "A comprehensive AI API integration and prompt processing toolkit for ComfyUI, providing powerful text and image generation capabilities with advanced prompt manipulation tools."
},
{
"author": "Dr.Lt.Data",
"title": "ComfyUI-Manager",
@ -33569,6 +33580,17 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "S4MUEL404",
"title": "ComfyUI Prepack",
"id": "comfyui-prepack",
"reference": "https://github.com/S4MUEL-404/ComfyUI-Prepack",
"files": [
"https://github.com/S4MUEL-404/ComfyUI-Prepack"
],
"install_type": "git-clone",
"description": "A small, practical bundle of ComfyUI nodes that streamlines common workflows."
}
]
}