From 5ee30fc4f94291f962c8a8e1105b1991dee48bf1 Mon Sep 17 00:00:00 2001 From: bmad4ever Date: Fri, 22 Dec 2023 00:26:01 +0000 Subject: [PATCH] Update extension-node-map.json Replace display name by node name, fixes prior commit not detecting new node when missing (my bad). --- 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 55e26b9d..db96da7e 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2790,7 +2790,7 @@ ], "https://github.com/bmad4ever/comfyui_lists_cartesian_product": [ [ - "Lists Cartesian Product" + "AnyListCartesianProduct" ], { "title_aux": "Lists Cartesian Product" @@ -6108,4 +6108,4 @@ "title_aux": "SDXLCustomAspectRatio" } ] -} \ No newline at end of file +}