PaddleGAN icon indicating copy to clipboard operation
PaddleGAN copied to clipboard

In wav2lip project, if use argument --face_enhancement, GPEN-512.pdparams will be downloaded automatically. Where does this weights come from? How can I train this weights?

Open yang-ruixin opened this issue 1 year ago • 1 comments

Dear authors, When I try wav2lip, if use argument --face_enhancement, GPEN-512.pdparams will be downloaded automatically. Where does this weights come from? How can I train this weights? Thanks in advance.

yang-ruixin avatar Feb 24 '23 09:02 yang-ruixin

here: https://github.com/PaddlePaddle/PaddleGAN/blob/4ad0ca17b22007d65ae360c97e08de6afb71edff/ppgan/faceutils/face_enhancement/face_enhance.py#L24 if you want to train,could use our new repo : https://github.com/PaddlePaddle/PaddleMIX/tree/develop/ppdiffusers

LokeZhou avatar Mar 04 '24 02:03 LokeZhou