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)
Hello,
After today update I did run into problem with nodes:
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.