Skip to content

Cannot import name 'pad' #494

@Lu-Gru

Description

@Lu-Gru

Hello,
After today update I did run into problem with nodes:

Traceback (most recent call last):
  File "Y:\ai_ComfyUi\git_nv2\ComfyUI\nodes.py", line 2204, in load_custom_node
    module_spec.loader.exec_module(module)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
  File "<frozen importlib._bootstrap_external>", line 1023, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "Y:\ai_ComfyUi\git_nv2\ComfyUI\custom_nodes\ComfyUI-LTXVideo\__init__.py", line 48, in <module>
    from .pyramid_blending import LTXVLaplacianPyramidBlend
  File "Y:\ai_ComfyUi\git_nv2\ComfyUI\custom_nodes\ComfyUI-LTXVideo\pyramid_blending.py", line 7, in <module>
    from kornia.geometry.transform.pyramid import (
    ...<6 lines>...
    )
ImportError: cannot import name 'pad' from 'kornia.geometry.transform.pyramid' (Y:\ai_ComfyUi\git_nv2\python_embeded\Lib\site-packages\kornia\geometry\transform\pyramid.py)

If I do understand this correctly I can also use normal vae decode node for LTX?
Any help appreciated.
This is portable version of comfyui.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions