42 lines
1.2 KiB
Markdown
42 lines
1.2 KiB
Markdown
# 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`](https://github.com/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:
|
|
|
|
```bash
|
|
cd /path/to/ComfyUI/custom_nodes
|
|
```
|
|
|
|
2. Clone this repository:
|
|
|
|
```bash
|
|
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.
|