mirror of
https://git.datalinker.icu/kijai/ComfyUI-Hunyuan3DWrapper.git
synced 2025-12-14 15:24:29 +08:00
Update nodes.py
This commit is contained in:
parent
d6d2d29902
commit
c72af2135e
1
nodes.py
1
nodes.py
@ -1426,6 +1426,7 @@ class Hy3DExportMesh:
|
|||||||
RETURN_NAMES = ("glb_path",)
|
RETURN_NAMES = ("glb_path",)
|
||||||
FUNCTION = "process"
|
FUNCTION = "process"
|
||||||
CATEGORY = "Hunyuan3DWrapper"
|
CATEGORY = "Hunyuan3DWrapper"
|
||||||
|
OUTPUT_NODE = True
|
||||||
|
|
||||||
def process(self, trimesh, filename_prefix, file_format, save_file=True):
|
def process(self, trimesh, filename_prefix, file_format, save_file=True):
|
||||||
full_output_folder, filename, counter, subfolder, filename_prefix = folder_paths.get_save_image_path(filename_prefix, folder_paths.get_output_directory())
|
full_output_folder, filename, counter, subfolder, filename_prefix = folder_paths.get_save_image_path(filename_prefix, folder_paths.get_output_directory())
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user