Nodes Browser
ComfyDeploy: How ComfyUI_JSON_Helper works in ComfyUI?
What is ComfyUI_JSON_Helper?
Simple custom node for ComfyUI that converts JSON strings to JSON objects.
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI_JSON_Helper
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
ComfyUI JSON Helper
This custom node for ComfyUI provides a simple way to convert JSON strings to JSON objects, bridging the gap between nodes that output JSON as strings and nodes that require JSON object inputs.
Features
- Converts JSON strings to JSON objects
- Handles JSON parsing errors gracefully
- Easy to integrate into existing ComfyUI workflows
Requirements
- ComfyUI
- Python 3.10+
Installation
- Navigate to your ComfyUI custom nodes folder:
cd /path/to/ComfyUI/custom_nodes/
- Clone this repository:
git clone https://github.com/a-und-b/ComfyUI-JSONHelper.git
- Restart ComfyUI
Usage
After installation, you'll find a new node called "JSON String to Object" in the node menu.
- Connect the output of a node that produces a JSON string to the input of this node.
- The output of this node will be a JSON object, which can be connected to nodes that expect JSON input.
Error Handling
If the input string is not valid JSON, the node will print an error message to the console and return None.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details.