Open VincentWu1997 opened 2 years ago
The projection results you get by directly projecting to the latent space is usually of poor quality and of low similarity to the source. If your use case is able to utilize the (18,512) shaped latents instead of the (1,512) then I'd recommend using this : https://github.com/omertov/encoder4editing. It gives significantly higher quality results than direct projection. Hope this is helpful.
I don't see any treatment when the Z-space is used, though:
@rosinality could you comment?
I want to project some images into latent spaces and use the latent space as input to generate new images. Can I finish this using the demo? Thanks!