chaojie / ComfyUI-Moore-AnimateAnyone

Apache License 2.0
206 stars 20 forks source link

Another issue with installation #2

Open faux123 opened 7 months ago

faux123 commented 7 months ago

I have another set of errors:

Traceback (most recent call last): File "G:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1872, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Moore-AnimateAnyone__init__.py", line 1, in from .nodes import NODE_CLASS_MAPPINGS File "G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Moore-AnimateAnyone\nodes.py", line 22, in from src.models.unet_2d_condition import UNet2DConditionModel File "G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Moore-AnimateAnyone\src\models\unet_2d_condition.py", line 31, in from diffusers.utils import ( ImportError: cannot import name 'USE_PEFT_BACKEND' from 'diffusers.utils' (G:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\utils__init__.py)

Cannot import G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Moore-AnimateAnyone module for custom nodes: cannot import name 'USE_PEFT_BACKEND' from 'diffusers.utils' (G:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\utils__init__.py)

I removed the node and installed via git directly and downloaded all the required models, still have the same issue...