Skip to content

Bug: ImportError: cannot import name 'pad' from 'kornia.geometry.transform.pyramid' (Breaks on latest ComfyUI) #542

Description

@axiomgraph

Since the custom node pack fails to load, every workflow that depends on this node pack is completely broken and cannot render.

Traceback (most recent call last): File "C:\Users\Axiomgraph\Downloads\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2247, in load_custom_node module_spec.loader.exec_module(module) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^ File "", line 1023, in exec_module File "", line 488, in call_with_frames_removed File "C:\Users\Axiomgraph\Downloads\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LTXVideo_init.py", line 49, in from .pyramid_blending import LTXVLaplacianPyramidBlend File "C:\Users\Axiomgraph\Downloads\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LTXVideo\pyramid_blending.py", line 7, in from kornia.geometry.transform.pyramid import ( ...<6 lines>... ) ImportError: cannot import name 'pad' from 'kornia.geometry.transform.pyramid' (C:\Users\Axiomgraph\Downloads\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\geometry\transform\pyramid.py)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions