mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-03-23 01:53:32 +08:00
use lowercase
This commit is contained in:
parent
3f2b698af6
commit
6bc7be0147
@ -637,7 +637,7 @@ class SaveGLB(IO.ComfyNode):
|
|||||||
],
|
],
|
||||||
tooltip="Mesh or 3D file to save",
|
tooltip="Mesh or 3D file to save",
|
||||||
),
|
),
|
||||||
IO.String.Input("filename_prefix", default="3D/ComfyUI"),
|
IO.String.Input("filename_prefix", default="3d/ComfyUI"),
|
||||||
],
|
],
|
||||||
hidden=[IO.Hidden.prompt, IO.Hidden.extra_pnginfo]
|
hidden=[IO.Hidden.prompt, IO.Hidden.extra_pnginfo]
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user