pixel2style2pixel icon indicating copy to clipboard operation
pixel2style2pixel copied to clipboard

Model parameters at other resolutions

Open li-car-fei opened this issue 3 years ago • 2 comments

Can you provide the model parameters trained on the dataset FFHQ with a resolution of 256?

li-car-fei avatar Sep 22 '22 12:09 li-car-fei

We don't have such a model available. SG2 generators trained on FFHQ at a resolution of 256 are available on the official SG2 repo from nvidia.

yuval-alaluf avatar Sep 23 '22 06:09 yuval-alaluf

We don't have such a model available. SG2 generators trained on FFHQ at a resolution of 256 are available on the official SG2 repo from nvidia.

Can an encoder with a resolution of 10241024 be used for stylegan2 with a resolution of 256256?

li-car-fei avatar Sep 23 '22 15:09 li-car-fei

No since the latent spaces are different. You will need to retrained your encoder, although you could try starting from the pretrained encoder rather than training from scratch.

yuval-alaluf avatar Sep 24 '22 06:09 yuval-alaluf