https://github.com/Laurent2916/comfyui-piq
ComfyUI custom nodes for PIQ metrics
https://github.com/Laurent2916/comfyui-piq
comfyui comfyui-nodes piq
Last synced: 3 months ago
JSON representation
ComfyUI custom nodes for PIQ metrics
- Host: GitHub
- URL: https://github.com/Laurent2916/comfyui-piq
- Owner: Laurent2916
- License: mit
- Created: 2025-03-14T21:19:29.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-15T18:07:02.000Z (3 months ago)
- Last Synced: 2025-03-15T19:20:26.874Z (3 months ago)
- Topics: comfyui, comfyui-nodes, piq
- Language: Python
- Homepage:
- Size: 29.3 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-piq**
README
# comfyui-piq
ComfyUI custom nodes for [PIQ](https://github.com/photosynthesis-team/piq) metrics.
## Installation
### Comfyui Manager (recommended)
1. Ensure you have [ComfyUI Manager](https://github.com/ltdrdata/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:
```bash
cd custom_nodes
git clone https://github.com/Laurent2916/comfyui-piq.git
```2. Install the nodes' requirements:
On Linux:
```bash
# ensure you activated the python virtual environment used by ComfyUI
pip install -r custom_nodes/comfyui-piq/requirements.txt
```On Windows:
```shell
.\python_embeded\Scripts\pip.exe install -r .\ComfyUI\custom_nodes\comfyui-piq\requirements.txt
```