Closed hcl14 closed 1 year ago
The fast forward hair/age network is trained with the specific hair/age editing_w. You can only use the provided editing_w. For optimization, I tested with editing_w from InterFace-GAN and LowRankGAN. Both works. I think editing_w from StyleCLIP should also work. I don't think it is the probelm of first_layer_feats. You can
first_layer_feature=None
to pspex.decoder
to switch StyleGANEX to the original StyleGAN to test whether your StyleCLIP editing_w works.
I tried to apply my styles found through StyleCLIP with shape
[18,512]
tocodes
variable in psp forward function, but they don't seem to work in hair/age or inversion (after optimization) networks. Even though generator is standard Stylegan. Seems likefirst_layer_feats
from encoder suppress my StyleCLIP edit. But I see that random styles obtained through mapping network from 512 random vectors work in your example. Can I use StyleCLIP or somehow obtain my own styles?