chaojie / ComfyUI-Moore-AnimateAnyone

Apache License 2.0
206 stars 20 forks source link

A few notes/suggestions... #5

Open LarryJane491 opened 7 months ago

LarryJane491 commented 7 months ago

I managed to run it in 6GB VRAM! Low res and low framerate of course. And I haven’t gotten anything remotely good so far, but I’ll keep testing. I’m getting short results in 5 minutes, I see this as a win.

Thanks for this, I was thinking of making the custom node myself but couldn’t even make the original project work x).

Several things to note:

Width and height should use steps of 8. Using anything else gives an error saying “expected (X) resolution but received (Y) instead.”

Users should make sure the pretrained_models folder is in the root of the custom node. The way you wrote the code, the download path is relative to the launcher’s location. And that’s a different place between the one-click install and the default install. So guys, remember: pretrained_models must be next to tools, NOT inside.

What is “length”? I’m pretty sure it’s the number of frames, but it’s unclear by default ^^’. Finally, in your read me, you write: “cd ComfyUI/custom_nodes/ComfyUI-Moore-AnimateAnyone & python tools/download_weights.py”. But the folder is “tools”, not “python tools”. And the & is a typo I assume, it should be a slash. A minor issue, but it could get confusing ^^.

Anyway, thanks for your work!