ComfyUI custom nodes for PIQ metrics.
-
Ensure you have ComfyUI Manager installed.
-
In ComfyUI, open the manager by clicking the
Managerbutton in the top right corner. -
Click
Custom Nodes Managerin the menu. -
Search for
comfyui-piqin the search bar and click theInstallbutton.
- Clone the repository:
cd custom_nodes
git clone https://github.com/Laurent2916/comfyui-piq.git- Install the nodes' requirements:
On Linux:
# ensure you activated the python virtual environment used by ComfyUI
pip install -r custom_nodes/comfyui-piq/requirements.txtOn Windows:
.\python_embeded\Scripts\pip.exe install -r .\ComfyUI\custom_nodes\comfyui-piq\requirements.txt