AIFSH / ComfyUI-MimicMotion

a comfyui custom node for MimicMotion
308 stars 25 forks source link

issues after installing the workflow custom nodes #10

Open ALBIHANY opened 1 month ago

ALBIHANY commented 1 month ago

Hi any idea what's the issue here, why i'm getting this error i installed all the custom nodes and downloaded all the required packages   image

homoluden commented 1 month ago

Same issue here FileNotFoundError: [Errno 2] No such file or directory: '.../ComfyUI/custom_nodes/ComfyUI-MimicMotion/models/MimicMotion.pth'

I suspect this cause: image

In line 101 we have MimicMotion name hardcoded, but all the models downloaded have a name with _1and _1-1 suffixes. Will try to change the name and see if this is working ductape solution.

wolverinex24 commented 1 month ago

just rename the model in that directory to what the error mentioned MimicMotion.pth that could be MimicMotion_1.pth so rename it else code will always throw error

duguyixiaono1 commented 1 month ago

what's difference between "MimicMotion_1-1.pth" and "MimicMotion_1.pth"? and rename which one to "MimicMotion.pth"

duguyixiaono1 commented 1 month ago

soft link is better?

ALBIHANY commented 1 month ago

Hi it's me again and still struggling with the errors in this workflow, i couldn't get it to run until now, actually now i'm having a new issue where it doesn't recognize the custom node despite the fact that i have the custom node fully installed with its models with over 10gb as you can see from the following screenshots, i really don't want to uninstall the custom node and reinstall it because i'm afraid it will start the whole downloading and installation process while lacking me in the terminal not even able to cancel, So is this thing actually works or anyone have a solution, i really wish you had any Realtime support channel like discord

image

image

image

NicoNicoNico123 commented 1 month ago

Hi it's me again and still struggling with the errors in this workflow, i couldn't get it to run until now, actually now i'm having a new issue where it doesn't recognize the custom node despite the fact that i have the custom node fully installed with its models with over 10gb as you can see from the following screenshots, i really don't want to uninstall the custom node and reinstall it because i'm afraid it will start the whole downloading and installation process while lacking me in the terminal not even able to cancel, So is this thing actually works or anyone have a solution, i really wish you had any Realtime support channel like discord

image

image

image

same issue