File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ def INPUT_TYPES(cls) -> InputTypeDict:
324
324
325
325
RETURN_TYPES = (IO .IMAGE ,)
326
326
FUNCTION = "api_call"
327
- CATEGORY = "api node/image/Ideogram/v1 "
327
+ CATEGORY = "api node/image/Ideogram"
328
328
DESCRIPTION = cleandoc (__doc__ or "" )
329
329
API_NODE = True
330
330
@@ -483,7 +483,7 @@ def INPUT_TYPES(cls) -> InputTypeDict:
483
483
484
484
RETURN_TYPES = (IO .IMAGE ,)
485
485
FUNCTION = "api_call"
486
- CATEGORY = "api node/image/Ideogram/v2 "
486
+ CATEGORY = "api node/image/Ideogram"
487
487
DESCRIPTION = cleandoc (__doc__ or "" )
488
488
API_NODE = True
489
489
@@ -649,7 +649,7 @@ def INPUT_TYPES(cls) -> InputTypeDict:
649
649
650
650
RETURN_TYPES = (IO .IMAGE ,)
651
651
FUNCTION = "api_call"
652
- CATEGORY = "api node/image/Ideogram/v3 "
652
+ CATEGORY = "api node/image/Ideogram"
653
653
DESCRIPTION = cleandoc (__doc__ or "" )
654
654
API_NODE = True
655
655
You can’t perform that action at this time.
0 commit comments