You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/Users/eason/Work/CodeWork/Python/ComfyUI/nodes.py", line 2147, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 999, in exec_module
File "", line 488, in _call_with_frames_removed
File "/Users/eason/Work/CodeWork/Python/ComfyUI/custom_nodes/ComfyUI-LTXVideo/init.py", line 7, in
from .tricks import NODE_CLASS_MAPPINGS as TRICKS_NODE_CLASS_MAPPINGS
File "/Users/eason/Work/CodeWork/Python/ComfyUI/custom_nodes/ComfyUI-LTXVideo/tricks/init.py", line 7, in
from .nodes.latent_guide_node import AddLatentGuideNode
File "/Users/eason/Work/CodeWork/Python/ComfyUI/custom_nodes/ComfyUI-LTXVideo/tricks/nodes/latent_guide_node.py", line 4, in
class AddLatentGuideNode(nodes_lt.LTXVAddGuide):
^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'comfy_extras.nodes_lt' has no attribute 'LTXVAddGuide'
Cannot import /Users/eason/Work/CodeWork/Python/ComfyUI/custom_nodes/ComfyUI-LTXVideo module for custom nodes: module 'comfy_extras.nodes_lt' has no attribute 'LTXVAddGuide'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/Users/eason/Work/CodeWork/Python/ComfyUI/nodes.py", line 2147, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 999, in exec_module
File "", line 488, in _call_with_frames_removed
File "/Users/eason/Work/CodeWork/Python/ComfyUI/custom_nodes/ComfyUI-LTXVideo/init.py", line 7, in
from .tricks import NODE_CLASS_MAPPINGS as TRICKS_NODE_CLASS_MAPPINGS
File "/Users/eason/Work/CodeWork/Python/ComfyUI/custom_nodes/ComfyUI-LTXVideo/tricks/init.py", line 7, in
from .nodes.latent_guide_node import AddLatentGuideNode
File "/Users/eason/Work/CodeWork/Python/ComfyUI/custom_nodes/ComfyUI-LTXVideo/tricks/nodes/latent_guide_node.py", line 4, in
class AddLatentGuideNode(nodes_lt.LTXVAddGuide):
^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'comfy_extras.nodes_lt' has no attribute 'LTXVAddGuide'
Cannot import /Users/eason/Work/CodeWork/Python/ComfyUI/custom_nodes/ComfyUI-LTXVideo module for custom nodes: module 'comfy_extras.nodes_lt' has no attribute 'LTXVAddGuide'
The text was updated successfully, but these errors were encountered: