mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-10 01:47:04 +08:00
oops, fix mappings
This commit is contained in:
parent
e0bd2fda63
commit
553c8a305c
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user