From 95ecd85a12cf4f8a237af903d67492af82c942ad Mon Sep 17 00:00:00 2001 From: Antonio Sorrentini Date: Sat, 6 Dec 2025 23:11:33 +0100 Subject: [PATCH] Add ComfyUI-LegionPower node with description (#2326) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 751830c2..6d60b350 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -38094,6 +38094,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Transhumai", + "title": "ComfyUI-LegionPower", + "reference": "https://github.com/Transhumai/ComfyUI-LegionPower", + "files": [ + "https://github.com/Transhumai/ComfyUI-LegionPower" + ], + "install_type": "git-clone", + "description": "Nodes to run ComfyUI workflows in isolated workers for optimal GPU and memory use." } ] }