pix2latent
pix2latent copied to clipboard
how to apply to images sized 256x256 /stylegan2
I want to invert images sized 256x256 into .pt through stylegan2, however it reports 【RuntimeError: mat1 dim 1 must match mat2 dim 0】. I know it is because original model is for images sized 512x512, but how should I change it?