Skip to content

[Import Failed] A new ComfyUI commit broke something #1

Description

@LukeG89

Just a few minutes ago, a new commit in ComfyUI broke your node, it can't be imported anymore.

[INFO] 0.0 seconds (IMPORT FAILED): E:\ComfyUI\ComfyUI\custom_nodes\comfyui-minimax-h3-blockcache-T8

Error in the logs:

[WARNING] Traceback (most recent call last):
  File "E:\ComfyUI\ComfyUI\nodes.py", line 2256, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 995, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "E:\ComfyUI\ComfyUI\custom_nodes\comfyui-minimax-h3-blockcache-T8\__init__.py", line 1, in <module>
    from .nodes import comfy_entrypoint
  File "E:\ComfyUI\ComfyUI\custom_nodes\comfyui-minimax-h3-blockcache-T8\nodes.py", line 10, in <module>
    from comfy.ldm.minimax.model import MiniMaxH3Model, time_shift_slope, unpack_audio, unpatchify_video
ImportError: cannot import name 'time_shift_slope' from 'comfy.ldm.minimax.model' (E:\ComfyUI\ComfyUI\comfy\ldm\minimax\model.py)

[WARNING] Cannot import E:\ComfyUI\ComfyUI\custom_nodes\comfyui-minimax-h3-blockcache-T8 module for custom nodes: cannot import name 'time_shift_slope' from 'comfy.ldm.minimax.model' (E:\ComfyUI\ComfyUI\comfy\ldm\minimax\model.py)

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