oops, fix mappings

This commit is contained in:
thot-experiment 2025-04-23 09:32:37 -07:00
parent e0bd2fda63
commit 553c8a305c

View File

@ -404,7 +404,6 @@ class OpenAIXXX(ComfyNodeABC):
# A dictionary that contains all nodes you want to export with their names # A dictionary that contains all nodes you want to export with their names
# NOTE: names should be globally unique # NOTE: names should be globally unique
NODE_CLASS_MAPPINGS = { NODE_CLASS_MAPPINGS = {
"IdeogramTextToImage": IdeogramTextToImage,
"OpenAIDalle2": OpenAIDalle2, "OpenAIDalle2": OpenAIDalle2,
"OpenAIDalle3": OpenAIDalle3, "OpenAIDalle3": OpenAIDalle3,
"OpenAIXXX": OpenAIXXX, "OpenAIXXX": OpenAIXXX,
@ -412,7 +411,6 @@ NODE_CLASS_MAPPINGS = {
# A dictionary that contains the friendly/humanly readable titles for the nodes # A dictionary that contains the friendly/humanly readable titles for the nodes
NODE_DISPLAY_NAME_MAPPINGS = { NODE_DISPLAY_NAME_MAPPINGS = {
"IdeogramTextToImage": "Ideogram Text to Image",
"OpenAIDalle2": "OpenAI DALL·E 2", "OpenAIDalle2": "OpenAI DALL·E 2",
"OpenAIDalle3": "OpenAI DALL·E 3", "OpenAIDalle3": "OpenAI DALL·E 3",
"OpenAIXXX": "XXX", "OpenAIXXX": "XXX",