Skip to content

AttributeError: 'Hunyuan3DDiTFlowMatchingPipeline' object has no attribute 'scheduler' #559

@TeKett

Description

@TeKett

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions