Closed Mehrab-Tanjim closed 3 years ago
@Mehrab-Tanjim StyleGANv2 can work @pbaylies repository. You just need to revise several parts and include some files from the official repository.
Hi @ChengBinJin, Could you please be more specific? - Do you have some repository where you did those adaptations? I would like to take a look. Thank you.
@MichalZajac Put custom_ops.py from StyleGANv2 under the folder of tflib:
Revise network.py 279 line as the following:
@MichalZajac I revised it several months ago, some details I forgot it. But Pbaylies inversion can work for StyleGANv2 actually.
@ChengBinJin thank you you saved my day
Has anyone try this trick to make this github work with stylegan2-ada? Thanks.
If I give the model url for pretrained stylegan2 model, it throws an error, so I think the current repo is not yet compatible with stylegan2. Any plan to include that?