DragGAN icon indicating copy to clipboard operation
DragGAN copied to clipboard

Implementation of DragGAN: Interactive Point-based Manipulation on the Generative Image Manifold

Architecture of DragGAN

DragGAN

Implementation of DragGAN: Interactive Point-based Manipulation on the Generative Image Manifold.

# gui
pip install dearpygui
# run demo
python gui.py
Demo UI

Demo StartDemo EndMulti Point Control

TODO

  • [x] GUI
  • [x] drag it
  • [ ] load real image
  • [ ] mask

StyleGAN2 Pre-Trained Model

Rosinality's pre-trained model(256px) on FFHQ 550k iterations [Link].

References

  • https://github.com/rosinality/stylegan2-pytorch