budui / Control-Units-in-StyleGAN2

The official PyTorch implementation for MM'21 paper 'Attribute-specific Control Units in StyleGAN for Fine-grained Image Manipulation'

Home Page:https://budui.github.io/Control-Units-in-StyleGAN2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stylegan2-ada Stylegan3

tamirgold opened this issue · comments

will it work with stylegan2-ada or Stylegan3 model?

This code works with StyleGAN2-ada because StyleGAN2 and StyleGAN2-ada have the same network structure, but does not work with StyleGAN3.

brilliant, thank you