mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-04 08:07:05 +08:00
Change casing of categories "3D" => "3d" (#208)
This commit is contained in:
parent
7f340e90e9
commit
a848e8c949
@ -73,7 +73,7 @@ class Rodin3DAPI:
|
|||||||
"""
|
"""
|
||||||
RETURN_TYPES = (IO.STRING,)
|
RETURN_TYPES = (IO.STRING,)
|
||||||
RETURN_NAMES = ("3D Model Path",)
|
RETURN_NAMES = ("3D Model Path",)
|
||||||
CATEGORY = "api node/3D/Rodin"
|
CATEGORY = "api node/3d/Rodin"
|
||||||
DESCRIPTION = cleandoc(__doc__ or "")
|
DESCRIPTION = cleandoc(__doc__ or "")
|
||||||
FUNCTION = "api_call"
|
FUNCTION = "api_call"
|
||||||
API_NODE = True
|
API_NODE = True
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user