Nodes Browser

ComfyDeploy: How ComfyUI-JMESPath works in ComfyUI?

What is ComfyUI-JMESPath?

A ComfyUI node that runs a [a/JMESPath](https://jmespath.org/) query against input JSON and outputs the result.

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-JMESPath and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyUI-JMESPath

A ComfyUI node that runs a JMESPath 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-JMESPath"
  • Install the latest version
  • Restart ComfyUI

Comfy-Cli

  • Run comfy node install comfyui-jmespath
  • Restart ComfyUI

Manual

Run the following commands in the terminal:

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

Then restart ComfyUI.