From 553c8a305ced2b9c008352d9d643048813309e2f Mon Sep 17 00:00:00 2001 From: thot-experiment Date: Wed, 23 Apr 2025 09:32:37 -0700 Subject: [PATCH] oops, fix mappings --- comfy_api_nodes/nodes_api.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/comfy_api_nodes/nodes_api.py b/comfy_api_nodes/nodes_api.py index c9e89e83f..875014d10 100644 --- a/comfy_api_nodes/nodes_api.py +++ b/comfy_api_nodes/nodes_api.py @@ -404,7 +404,6 @@ class OpenAIXXX(ComfyNodeABC): # A dictionary that contains all nodes you want to export with their names # NOTE: names should be globally unique NODE_CLASS_MAPPINGS = { - "IdeogramTextToImage": IdeogramTextToImage, "OpenAIDalle2": OpenAIDalle2, "OpenAIDalle3": OpenAIDalle3, "OpenAIXXX": OpenAIXXX, @@ -412,7 +411,6 @@ NODE_CLASS_MAPPINGS = { # A dictionary that contains the friendly/humanly readable titles for the nodes NODE_DISPLAY_NAME_MAPPINGS = { - "IdeogramTextToImage": "Ideogram Text to Image", "OpenAIDalle2": "OpenAI DALL·E 2", "OpenAIDalle3": "OpenAI DALL·E 3", "OpenAIXXX": "XXX",