mchong6 / SOAT

Official PyTorch repo for StyleGAN of All Trades: Image Manipulation with Only Pretrained StyleGAN.
MIT License
377 stars 56 forks source link

How to use pkl files of official stylegan? #9

Closed wodsoe closed 2 years ago

wodsoe commented 2 years ago

How to use pkl files of official stylegan2 or stylegan3?

mchong6 commented 2 years ago

you can only use stylegan2 files, and here's how you can convert the checkpoint https://github.com/rosinality/stylegan2-pytorch under Convert weight from official checkpoints

wodsoe commented 2 years ago

Thank you!

wodsoe commented 2 years ago

Could you update the code for stylegan3?