guoqincode / Open-AnimateAnyone

Unofficial Implementation of Animate Anyone
2.89k stars 233 forks source link

The parameters of unet training are not used #39

Closed mymusise closed 8 months ago

mymusise commented 8 months ago

In pipelines/animation_stage_1.py, the parameters of unet are load from config.pretrained_model_path, does not load from config.pretrained_unet_path

guoqincode commented 8 months ago

Thank you very much. I modified animation_stage_1.py.