• Stars
    star
    146
  • Rank 243,725 (Top 5 %)
  • Language
    Jupyter Notebook
  • License
    MIT License
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

PyTorch Implementation of In-Domain GAN Inversion for StyleGAN2

In-Domain GAN Inversion for Real Image Editing

Based on Seonghyeon Kim's Pytorch Implementation of StyleGAN2

[Paper] [Official Code] [StyleGAN2 Pytorch]

Train Encoder

python train_encoder.py

0k iter

1M iter

[encoder checkpoint] [generator checkpoint]

Note: The encoder architecture and loss weights are different from the original implemetation.

Interpolation

interpolate.ipynb

Domain-Guided Encoder (Initial projection)

In-Domain Inversion (500 steps)

Inperpolation Result

Encoder + Model Interpolation

[Paper] [Naver Webtoon Model]