Initial DumasNodes seed
This commit is contained in:
41
README.md
Normal file
41
README.md
Normal file
@@ -0,0 +1,41 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user