yuval-alaluf / stylegan3-editing

Official Implementation of "Third Time's the Charm? Image and Video Editing with StyleGAN3" (AIM ECCVW 2022) https://arxiv.org/abs/2201.13433
https://yuval-alaluf.github.io/stylegan3-editing/
MIT License
654 stars 73 forks source link

Edit generated images which trained by stylegan2-ada-pytorch #31

Closed 49xxy closed 2 years ago

49xxy commented 2 years ago

Hi!Thank you for a job well done! I want to use Styleclip to edit my trained models. What should I do?

yuval-alaluf commented 2 years ago

This repo is designed for StyleGAN3. If you want to use StyleGAN2, it is best to use the official StyleCLIP repo.