From d60b4e106424685c398eafc0a215e170a439abfa Mon Sep 17 00:00:00 2001 From: john-mnz <152397804+john-mnz@users.noreply.github.com> Date: Wed, 17 Jul 2024 15:16:58 -0700 Subject: [PATCH] node name fixing for ComfyUI-Inspyrenet-Rembg the node could not be found by "install missing custom nodes" so I fixed the name here --- extension-node-map.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index 091528bf..bef4f559 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -11152,7 +11152,7 @@ ], "https://github.com/john-mnz/ComfyUI-Inspyrenet-Rembg": [ [ - "Inspyrenet Rembg" + "InspyrenetRembg" ], { "title_aux": "ComfyUI-Inspyrenet-Rembg" @@ -16579,4 +16579,4 @@ "title_aux": "SDXLCustomAspectRatio" } ] -} \ No newline at end of file +}