-
Notifications
You must be signed in to change notification settings - Fork 360
AttributeError: 'Hunyuan3DDiTFlowMatchingPipeline' object has no attribute 'scheduler' #559
Copy link
Copy link
Open
Description
First time using, so im just trying out the existing workflows to make sure things work and to learn how to use this. So i used the full workflow for Hunyuan.
File "/home/user/venvs/ComfyUI/execution.py", line 303, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "/home/user/venvs/ComfyUI/execution.py", line 291, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "/home/user/venvs/ComfyUI/venv/lib/python3.12/site-packages/torch/utils/_contextlib.py", line 116, in decorate_context
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/home/user/venvs/ComfyUI/custom_nodes/ComfyUI-3D-Pack/nodes.py", line 5432, in generate
outputs = shapegen_pipe(
^^^^^^^^^^^^^^
File "/home/user/venvs/ComfyUI/venv/lib/python3.12/site-packages/torch/utils/_contextlib.py", line 116, in decorate_context
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/home/user/venvs/ComfyUI/custom_nodes/ComfyUI-3D-Pack/Gen_3D_Modules/Hunyuan3D_2_1/hy3dshape/hy3dshape/pipelines.py", line 740, in __call__
self.scheduler,
^^^^^^^^^^^^^^
AttributeError: 'Hunyuan3DDiTFlowMatchingPipeline' object has no attribute 'scheduler'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels