ali-vilab / UniAnimate

Code for Paper "UniAnimate: Taming Unified Video Diffusion Models for Consistent Human Image Animation".
https://unianimate.github.io/
982 stars 52 forks source link

UniAnimate Node not working in ComfyUI #31

Open PiovisTeam opened 3 months ago

PiovisTeam commented 3 months ago

Hey, I'm trying to run the UniAnimate code in ComfyUI, but it doesn't work. I've connected the nodes, see below:

Screenshot 2024-06-24 181031

It's executes in 0.02 seconds, and there is no output. I do have a video and image loaded, I just haven't shown it in this workflow.

Can you help, as I'd like to test the UniAnimate node in ComfyUI.

Thank you in advance!

mrkennypowers commented 3 months ago

I have the same issue. Let me know if you get this working.

wangxiang1230 commented 3 months ago

Hey, I'm trying to run the UniAnimate code in ComfyUI, but it doesn't work. I've connected the nodes, see below: It's executes in 0.02 seconds, and there is no output. I do have a video and image loaded, I just haven't shown it in this workflow.

Can you help, as I'd like to test the UniAnimate node in ComfyUI.

Thank you in advance!

Hi, thanks for your attention. Since I am not familiar with ComfyUI, I cannot give the specific reason. I think the possible reasons are:

  1. The pose folder is read in the wrong position, resulting in failure to import pose.
  2. The model is not loaded. If there is an ipdb-like tool in ComfyUI, try to locate where the program has stopped.
PiovisTeam commented 3 months ago

Thanks for your reply - what do you use to run the model? Do you use a GUI or what's the best way I can install it? Thanks.