From 38af8af8a8bcfbfeac12ba122e406cac95d1c4b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sat, 15 Mar 2025 21:21:29 +0100 Subject: [PATCH] add comfyui-piq to custom-node-list.json --- custom-node-list.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index e3565e4e..7fb22bb6 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -22387,7 +22387,16 @@ "description": "This node takes a batch of images with alpha channels (RGBA format) and combines them into a single image, respecting the transparency of each layer. It's particularly useful for compositing multiple masked elements (like faces) into a single image.", "install_type": "git-clone" }, - + { + "author": "Laurent2916", + "title": "comfyui-piq", + "reference": "https://github.com/Laurent2916/comfyui-piq", + "files": [ + "https://github.com/Laurent2916/comfyui-piq" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for PIQ metrics." + },