An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# ComfyUI-jq

A ComfyUI node that runs a [jq](https://jqlang.github.io/jq/) query against input JSON and outputs the result.

![A screenshot showing usage of the node.](docs/workflow.png)

## 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.