From 3138f192f6b6d6e30810cb636e4384a3813f5c35 Mon Sep 17 00:00:00 2001 From: Satadal Dhara <156392125+SatadalAI@users.noreply.github.com> Date: Tue, 5 May 2026 15:59:50 +0530 Subject: [PATCH] Refactor node names by removing underscores Removed underscores from node names in extension-node-map.json. --- extension-node-map.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index d09b102a..26fff9c1 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -19235,18 +19235,11 @@ "https://github.com/SatadalAI/SATA_UtilityNode": [ [ "Latent Machine", - "Latent_Machine", "Preview Machine", - "Preview_Machine", "Prompt Autocomplete", "Prompt Machine", - "PromptAutocomplete", - "Prompt_Machine", "Resolution Machine", - "Resolution_Machine", "Save Machine", - "Save_Machine", - "Upscale Machine", "Upscale_Machine" ], { @@ -64380,4 +64373,4 @@ "title_aux": "SDXLResolutionPresets" } ] -} \ No newline at end of file +}