NVlabs / stylegan3

Official PyTorch implementation of StyleGAN3
Other
6.3k stars 1.11k forks source link

How can I manipulate styles and run the synthesisnetwork with respect to the changed styles? #198

Open najmemhmdb opened 1 year ago

najmemhmdb commented 1 year ago

I want to get styles of each sysnthesislayer (the outputs of affine components) and change their value, and then generate image with respect to the new style values. But, I don't know how to run the partial component of generator. Could you please guide me?

Thank you!

koolgax99 commented 1 year ago

Hi @najmemhmdb were you able to solve this? If yes, can you please brief about how you were able to do it?