PDillis / stylegan3-fun

Modifications of the official PyTorch implementation of StyleGAN3. Let's easily generate images and videos with StyleGAN2/2-ADA/3!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

nicolai256 opened this issue · comments

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

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.