Nodes Browser

ComfyDeploy: How comfyui-piq works in ComfyUI?

What is comfyui-piq?

PIQ ComfyUI custom nodes

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

comfyui-piq

ComfyUI custom nodes for PIQ metrics.

Installation

Comfyui Manager (recommended)

  1. Ensure you have ComfyUI Manager installed.

  2. In ComfyUI, open the manager by clicking the Manager button in the top right corner.

  3. Click Custom Nodes Manager in the menu.

  4. Search for comfyui-piq in the search bar and click the Install button.

Manual

  1. Clone the repository:
cd custom_nodes
git clone https://github.com/Laurent2916/comfyui-piq.git
  1. Install the nodes' requirements:

On Linux:

# ensure you activated the python virtual environment used by ComfyUI
pip install -r custom_nodes/comfyui-piq/requirements.txt

On Windows:

.\python_embeded\Scripts\pip.exe install -r .\ComfyUI\custom_nodes\comfyui-piq\requirements.txt