lucidrains / stylegan2-pytorch

Simplest working implementation of Stylegan2, state of the art generative adversarial network, in Pytorch. Enabling everyone to experience disentanglement
https://thispersondoesnotexist.com
MIT License
3.66k stars 591 forks source link

Saving Image Format #251

Open owenzlz opened 2 years ago

owenzlz commented 2 years ago

Hi,

Is it possible to add a flag to specify the image format? I hope to visualize some high-quality texture on the image, so it would be really great if I can save it using ".png" instead of ".jpg". Thanks so much!!!