stylegan2encoder icon indicating copy to clipboard operation
stylegan2encoder copied to clipboard

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

Open elliotmarks06 opened this issue 4 years ago • 2 comments

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?

elliotmarks06 avatar May 06 '21 22:05 elliotmarks06

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/

cyremur avatar May 07 '21 04:05 cyremur

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

kashishnaqvi101 avatar Jun 22 '23 19:06 kashishnaqvi101