Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/JiauZhang/DragGAN

Implementation of DragGAN: Interactive Point-based Manipulation on the Generative Image Manifold
https://github.com/JiauZhang/DragGAN

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

        

Architecture of DragGAN

# DragGAN
Implementation of [DragGAN: Interactive Point-based Manipulation on the Generative Image Manifold](https://arxiv.org/abs/2305.10973).

```shell
# 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](https://drive.google.com/open?id=1PQutd-JboOCOZqmd95XWxWrO8gGEvRcO)\].

# References
- https://github.com/rosinality/stylegan2-pytorch