PDillis / stylegan3-fun

Modifications of the official PyTorch implementation of StyleGAN3. Let's easily generate images and videos with StyleGAN2/2-ADA/3!
Other
237 stars 37 forks source link

is it possible to use the stylemix options in the generation code? #22

Closed nicolai256 closed 1 year ago

nicolai256 commented 2 years ago

is it possible to activate this in the generate video code? image

PDillis commented 2 years ago

Yes, this is what style_mixing.py is for. An explanation of the code can be found here, but note that StyleGAN3 models no longer have the fine, middle, and coarse layers as in StyleGAN2, as well as having 14 layers irrespective of the image resolution.