ComfyUI Extension: ComfyUI-jq

Authored by gremlation

Created

Updated

1 stars

A ComfyUI node that runs a a/jq query against input JSON and outputs the result.

Custom Nodes (0)

    README

    ComfyUI-jq

    A ComfyUI node that runs a jq query against input JSON and outputs the result.

    A screenshot showing usage of the node.

    Installation

    ComfyUI-Manager

    • Open the Manager
    • Pick "Custom Nodes Manager"
    • Search for "ComfyUI-jq"
    • Install the latest version
    • Restart ComfyUI

    Comfy-Cli

    • Run comfy node install comfyui-jq
    • Restart ComfyUI

    Manual

    Run the following commands in the terminal:

    cd custom_nodes
    git clone https://github.com/Gremlation/ComfyUI-jq
    pip install -r ComfyUI-jq/requirements.txt
    

    Then restart ComfyUI.