1.2 KiB
1.2 KiB
DumasNodes
DumasNodes is a ComfyUI custom-node pack for generic utility workflows under the Dumas brand. The repo starts by replicating the JSON string parsing helper from a-und-b/ComfyUI_JSON_Helper and rebadging it into a reusable Dumas namespace.
Included Nodes
Dumas JSON String to Object- Converts a JSON string into a JSON object so downstream nodes can consume structured data.
- Lives in the
Dumas/JSONcategory.
Installation
-
Change into your ComfyUI custom nodes directory:
cd /path/to/ComfyUI/custom_nodes -
Clone this repository:
git clone https://git.dumas.ddns.net/chris.dumas/DumasNodes.git -
Restart ComfyUI.
Usage
Add Dumas JSON String to Object anywhere you need to bridge plain-text JSON output into structured JSON input.
Roadmap
This repo is intended to grow into a broader set of Dumas-branded generic utility nodes, including JSON helpers and adjacent data-manipulation tools.
Credits
The first node is derived from the upstream ComfyUI_JSON_Helper project by a-und-b, then repackaged and branded for the Dumas node collection.
License
MIT.