Skip to content

Diffusers Errors When Installing Animate Anyone in ComfyUI #65

@FROSBYTE

Description

@FROSBYTE

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions