Open elliotmarks06 opened 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/
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
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?