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
Error message occurred while importing the 'ComfyUI-AnimateAnyone-Evolved' module.
Traceback (most recent call last):
File "E:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2149, in load_custom_node
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1027, in exec_module
File "", line 488, in call_with_frames_removed
File "E:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateAnyone-Evolved_init.py", line 8, in
module = importlib.import_module(f".{nodes_filename}", package=name)
File "importlib_init_.py", line 88, in import_module
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1331, in _find_and_load_unlocked
File "", line 935, in _load_unlocked
File "", line 1027, in exec_module
File "", line 488, in _call_with_frames_removed
File "E:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateAnyone-Evolved\nodes.py", line 10, in
from diffusers.image_processor import VaeImageProcessor
ModuleNotFoundError: No module named 'diffusers'
Could anyone help me understand why this issue is happening and how to resolve it?
Is this package deprecated? I could only find related discussions from about a year ago, so I’m not sure if the information is still relevant.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use this node:
https://github.com/MrForExample/ComfyUI-AnimateAnyone-Evolved
After downloading all the required files (weights, VAE, CLIP Vision, and other dependencies), I am encountering the following error:
========================================================================================
Error message occurred while importing the 'ComfyUI-AnimateAnyone-Evolved' module.
Traceback (most recent call last):
File "E:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2149, in load_custom_node
module_spec.loader.exec_module(module)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "", line 1027, in exec_module
File "", line 488, in call_with_frames_removed
File "E:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateAnyone-Evolved_init.py", line 8, in
module = importlib.import_module(f".{nodes_filename}", package=name)
File "importlib_init_.py", line 88, in import_module
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1331, in _find_and_load_unlocked
File "", line 935, in _load_unlocked
File "", line 1027, in exec_module
File "", line 488, in _call_with_frames_removed
File "E:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateAnyone-Evolved\nodes.py", line 10, in
from diffusers.image_processor import VaeImageProcessor
ModuleNotFoundError: No module named 'diffusers'
========================================================================================
Could anyone help me understand why this issue is happening and how to resolve it?
Is this package deprecated? I could only find related discussions from about a year ago, so I’m not sure if the information is still relevant.
I am using ComfyUI (Windows Portable).
Beta Was this translation helpful? Give feedback.
All reactions