https://github.com/gremlation/ComfyUI-jq
A ComfyUI node that runs a jq query against input JSON and outputs the result
https://github.com/gremlation/ComfyUI-jq
comfyui comfyui-nodes
Last synced: 3 months ago
JSON representation
A ComfyUI node that runs a jq query against input JSON and outputs the result
- Host: GitHub
- URL: https://github.com/gremlation/ComfyUI-jq
- Owner: gremlation
- License: apache-2.0
- Created: 2025-01-07T17:49:29.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-01-07T17:53:29.000Z (3 months ago)
- Last Synced: 2025-01-07T18:52:51.637Z (3 months ago)
- Topics: comfyui, comfyui-nodes
- Language: Python
- Homepage:
- Size: 277 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-jq**
README
# ComfyUI-jq
A ComfyUI node that runs a [jq](https://jqlang.github.io/jq/) query against input JSON and outputs the result.

## 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:
```shell
cd custom_nodes
git clone https://github.com/Gremlation/ComfyUI-jq
pip install -r ComfyUI-jq/requirements.txt
```Then restart ComfyUI.