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
Using pytorch attention
Traceback (most recent call last):
File "/home/ooin/workspace/ComfyUI/nodes.py", line 2075, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/home/ooin/workspace/ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved/init.py", line 2, in
from .animatediff.nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "/home/ooin/workspace/ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved/animatediff/nodes.py", line 22, in
from .sampling import animatediff_sample_factory
File "/home/ooin/workspace/ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved/animatediff/sampling.py", line 9, in
from comfy.samplers import lcm
ImportError: cannot import name 'lcm' from 'comfy.samplers' (/home/ooin/workspace/ComfyUI/comfy/samplers.py)
Cannot import /home/ooin/workspace/ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved module for custom nodes: cannot import name 'lcm' from 'comfy.samplers' (/home/ooin/workspace/ComfyUI/comfy/samplers.py)
Efficiency Nodes: Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...Success!
Efficiency Nodes: Attempting to add 'AnimatedDiff Script' Node (ComfyUI-AnimateDiff-Evolved add-on)...Failed!
Traceback (most recent call last):
File "/home/ooin/workspace/ComfyUI/nodes.py", line 2075, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 879, in exec_module
File "", line 1016, in get_code
File "", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: '/home/ooin/workspace/ComfyUI/custom_nodes/models/init.py'
The text was updated successfully, but these errors were encountered:
Using pytorch attention
Traceback (most recent call last):
File "/home/ooin/workspace/ComfyUI/nodes.py", line 2075, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/home/ooin/workspace/ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved/init.py", line 2, in
from .animatediff.nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "/home/ooin/workspace/ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved/animatediff/nodes.py", line 22, in
from .sampling import animatediff_sample_factory
File "/home/ooin/workspace/ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved/animatediff/sampling.py", line 9, in
from comfy.samplers import lcm
ImportError: cannot import name 'lcm' from 'comfy.samplers' (/home/ooin/workspace/ComfyUI/comfy/samplers.py)
Cannot import /home/ooin/workspace/ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved module for custom nodes: cannot import name 'lcm' from 'comfy.samplers' (/home/ooin/workspace/ComfyUI/comfy/samplers.py)
Efficiency Nodes: Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...Success!
Efficiency Nodes: Attempting to add 'AnimatedDiff Script' Node (ComfyUI-AnimateDiff-Evolved add-on)...Failed!
Traceback (most recent call last):
File "/home/ooin/workspace/ComfyUI/nodes.py", line 2075, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 879, in exec_module
File "", line 1016, in get_code
File "", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: '/home/ooin/workspace/ComfyUI/custom_nodes/models/init.py'
The text was updated successfully, but these errors were encountered: