From d51faf1cc4c987705b7a61437e55fddda273b04d Mon Sep 17 00:00:00 2001 From: John Pollock Date: Wed, 18 Dec 2024 17:29:27 -0600 Subject: [PATCH] Add ComfyUI-MultiGPU to custom-node-list.json --- custom-node-list.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 2d3a02c0..cfcec4d8 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -18536,10 +18536,17 @@ "install_type": "copy", "description": "Extremely inspired and forked from: [a/https://github.com/klimaleksus/stable-diffusion-webui-embedding-merge](https://github.com/klimaleksus/stable-diffusion-webui-embedding-merge)" }, - - - - + { + "author": "pollockjj", + "title": "ComfyUI-MultiGPU", + "id": "manager", + "reference": "https://github.com/pollockjj/ComfyUI-MultiGPU", + "files": [ + "https://github.com/pollockjj/ComfyUI-MultiGPU" + ], + "install_type": "git-clone", + "description": "Experimental nodes for using multiple GPUs in a single ComfyUI workflow." + }, { "author": "theally", "title": "TheAlly's Custom Nodes",