mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-13 05:57:04 +08:00
mark 3d nodes as EXPERIMENTAL
This commit is contained in:
parent
43e79b2113
commit
3967c9877e
@ -32,6 +32,7 @@ class Load3D():
|
|||||||
RETURN_NAMES = ("image", "mask", "mesh_path")
|
RETURN_NAMES = ("image", "mask", "mesh_path")
|
||||||
|
|
||||||
FUNCTION = "process"
|
FUNCTION = "process"
|
||||||
|
EXPERIMENTAL = True
|
||||||
|
|
||||||
CATEGORY = "3d"
|
CATEGORY = "3d"
|
||||||
|
|
||||||
@ -72,6 +73,7 @@ class Load3DAnimation():
|
|||||||
RETURN_NAMES = ("image", "mask", "mesh_path")
|
RETURN_NAMES = ("image", "mask", "mesh_path")
|
||||||
|
|
||||||
FUNCTION = "process"
|
FUNCTION = "process"
|
||||||
|
EXPERIMENTAL = True
|
||||||
|
|
||||||
CATEGORY = "3d"
|
CATEGORY = "3d"
|
||||||
|
|
||||||
@ -104,6 +106,7 @@ class Preview3D():
|
|||||||
CATEGORY = "3d"
|
CATEGORY = "3d"
|
||||||
|
|
||||||
FUNCTION = "process"
|
FUNCTION = "process"
|
||||||
|
EXPERIMENTAL = True
|
||||||
|
|
||||||
def process(self, model_file, **kwargs):
|
def process(self, model_file, **kwargs):
|
||||||
return {"ui": {"model_file": [model_file]}, "result": ()}
|
return {"ui": {"model_file": [model_file]}, "result": ()}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user