From a1f86dfb777165a39516af4b9b56ccf21b0a80e3 Mon Sep 17 00:00:00 2001 From: jerome7562 Date: Sat, 8 Mar 2025 20:35:54 +0100 Subject: [PATCH] Update custom-node-list.json Add XenoFlow Plugin in the custom-node-list --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 3d2392ad..b1f92c4a 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -22330,6 +22330,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Jerome Bacquet", + "title": "ComfyUI XenoFlow", + "id": "XenoFlow", + "reference": "https://github.com/jerome7562/ComfyUI-XenoFlow", + "files": [ + "https://github.com/jerome7562/ComfyUI-XenoFlow" + ], + "install_type": "git-clone", + "description": "Implementation of Instance nodes, Replicate nodes, and standard Save UI to improve the workflow into ComfyUI." } ] }