2026-07-21 10:43:24 +00:00
2026-07-21 10:43:24 +00:00
2026-07-21 10:43:24 +00:00
2026-07-21 10:43:24 +00:00
2026-07-21 10:43:24 +00:00
2026-07-21 10:43:24 +00:00
2026-07-21 10:43:24 +00:00
2026-07-21 10:43:24 +00:00

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/JSON category.

Installation

  1. Change into your ComfyUI custom nodes directory:

    cd /path/to/ComfyUI/custom_nodes
    
  2. Clone this repository:

    git clone https://git.dumas.ddns.net/chris.dumas/DumasNodes.git
    
  3. 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.

Description
Dumas-branded generic ComfyUI utility nodes, starting with JSON helpers.
Readme MIT 61 KiB
Languages
Python 100%