jinxixiang / magic_animate_unofficial

An unoffical training code of Magic Animate
Apache License 2.0
35 stars 5 forks source link

How to load the checkpoint and run inference #4

Open CenekSanzak opened 8 months ago

CenekSanzak commented 8 months ago

I have trained the model and have a checkpoint file. But I couldn't figure out how to load the saved checkpoint and create an inference for a given image and Dwpose video. Will you implement that part, or can you help me build my own? I have experience with pytorch and diffusers, and any reference or guidance will help me build it faster. Let me know if there is something I am missing.

jinxixiang commented 8 months ago

Hi, the animate.py has already implemented infer() function, as the official magic_animate.