mchong6 / JoJoGAN

Official PyTorch repo for JoJoGAN: One Shot Face Stylization
MIT License
1.42k stars 206 forks source link

Wonder if you have ever tried to decrease the number of style modulation layers #46

Open Harrypotterrrr opened 1 year ago

Harrypotterrrr commented 1 year ago

Thanks for the amazing work. I am looking into the paper and found you mentioned that 26 style modulation layers were used to map the feature into style space. I wonder if the style modulation layers is the number of MLP in mapping_network? Also if I reduce this number from 26 to 8, how the quality will drop? Appreciate your reply in advance.