kijai / ComfyUI-MimicMotionWrapper

Apache License 2.0
275 stars 23 forks source link

Error when executing DownloadAndLoadMimicMotionModel #52

Open pamagica opened 2 months ago

pamagica commented 2 months ago

I have tested twice, my normal comfyui install and a fresh install and I get the same error when it tries to load the node:

Error occurred when executing DownloadAndLoadMimicMotionModel:

Using low_cpu_mem_usage=True or a device_map requires Accelerate: pip install accelerate

kijai commented 2 months ago

I suppose accelerate should be in requirements.txt, always thought diffusers installs it... added it now anyway. If you installed through Manager, re-install should do it. If not then redo the requirements.txt install as instructed in the readme.