# DragGAN **Repository Path**: livion/DragGAN ## Basic Information - **Project Name**: DragGAN - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-09-25 - **Last Updated**: 2024-09-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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