From 512ee9c92974b125417c867491e58b30aac1097c Mon Sep 17 00:00:00 2001 From: Hansheng Chen <53893837+Lakonik@users.noreply.github.com> Date: Fri, 7 Nov 2025 01:22:43 -0800 Subject: [PATCH] Add ComfyUI-piFlow node to custom-node-list.json --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 27d330d1..4443882d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -36121,6 +36121,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "lakonik", + "title": "ComfyUI-piFlow", + "id": "piflow", + "reference": "https://github.com/Lakonik/ComfyUI-piFlow", + "files": [ + "https://github.com/Lakonik/ComfyUI-piFlow" + ], + "install_type": "git-clone", + "description": "ComfyUI pi-Flow nodes for fast few-step sampling." + } ] }