From a474219e7b47204395f03c3f5014208fadf6fad2 Mon Sep 17 00:00:00 2001 From: Hansheng Chen <53893837+Lakonik@users.noreply.github.com> Date: Fri, 7 Nov 2025 20:35:57 -0800 Subject: [PATCH] Add ComfyUI-piFlow node to custom-node-list.json (#2261) --- 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 2c486a1b..672db542 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -36132,6 +36132,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." + } ] }