Nodes Browser

ComfyDeploy: How ComfyUI-Text2Json works in ComfyUI?

What is ComfyUI-Text2Json?

This repository contains a custom node for ComfyUI that converts text into a JSON object. The node is designed to be user-friendly and supports multi-line JSON input.

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI-Text2Json and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

Text to JSON Node for ComfyUI

This repository contains a custom node for ComfyUI that converts text into a JSON object. The node is designed to be user-friendly and supports multi-line JSON input.

Features

  • Convert a JSON string into a JSON object.
  • Supports multi-line input.
  • Handles invalid JSON gracefully by returning an error message.

Installation

  1. Clone this repository into the custom_nodes directory of your ComfyUI installation:
    git clone https://github.com/Alvaroeai/ComfyUI-Text2Json.git ComfyUI/custom_nodes/ComfyUI-Text2Json