MyNiuuu / MOFA-Video

Official Pytorch implementation for MOFA-Video: Controllable Image Animation via Generative Motion Field Adaptions in Frozen Image-to-Video Diffusion Model.
https://myniuuu.github.io/MOFA_Video
Other
358 stars 22 forks source link

gradio runtime error ,ValueError: ('Event not found', '36e6e6a9a14943379612ad24e5166c87') #12

Closed JohnsonXi closed 4 days ago

JohnsonXi commented 1 week ago
image

when i click on the image for add trajectory ,an error occurs.

image
MyNiuuu commented 1 week ago

What Gradio version are you using? It is suggested to use version 4.5.0, as other versions might cause different issues. You can verify the necessary environment specifications here. To prevent potential problems, please ensure that all versions match those in this txt file.

JohnsonXi commented 1 week ago

What Gradio version are you using? It is suggested to use version 4.5.0, as other versions might cause different issues. You can verify the necessary environment specifications here. To prevent potential problems, please ensure that all versions match those in this txt file.

Eevery basic setting follow your readme. A caution occurs about miss key when load checkpoints.

image
MyNiuuu commented 1 week ago

What Gradio version are you using? It is suggested to use version 4.5.0, as other versions might cause different issues. You can verify the necessary environment specifications here. To prevent potential problems, please ensure that all versions match those in this txt file.

Eevery basic setting follow your readme. A caution occurs about miss key when load checkpoints. image

This warning pertains to the continuation of the training process for batch normalization and is harmless for inference, so you can simply ignore it.

JohnsonXi commented 41 minutes ago

https://github.com/gradio-app/gradio/issues/6274 can fix this bug. install gradio==4.9.0 reason is there are too many events executing simultaneously. https://github.com/gradio-app/gradio/issues/6274#issuecomment-1841949613

MyNiuuu commented 34 minutes ago

Thanks a lot for reporting this solution!

JohnsonXi commented 1 minute ago

When gradio==4.9.0, upload image succeeded, but add traj failed. So i try upgrade gradio==4.29.0, add traj succeeded. it's so funny!