rolux / stylegan2encoder

StyleGAN2 - Official TensorFlow Implementation
http://arxiv.org/abs/1912.04958
Other
380 stars 71 forks source link

Where is the latents file? I need a .pt!!! #27

Open elliotmarks06 opened 3 years ago

elliotmarks06 commented 3 years ago

I want to use this encoder for an application called StyleCLIP. For that, I need a latents.pt file. How do I get this one using this encoder? I have successfully run the modified version, but I only get the generated image and a .npy file. What do I do?

cyremur commented 3 years ago

Have you tried the rosinality repo that styleclip is referring to? They have their own projector (encoder) that spits out pt files. Might take a little bit of fine tuning but is probably close than this repo. https://github.com/rosinality/stylegan2-pytorch/

kashishnaqvi101 commented 1 year ago

I want to use this encoder for an application called StyleCLIP. For that, I need a latents.pt file. How do I get this one using this encoder? I have successfully run the modified version, but I only get the generated image and a .npy file. What do I do?

, hey were you able to get .pt file ? I am also trying but no luck yet