DragGAN icon indicating copy to clipboard operation
DragGAN copied to clipboard

Unofficial Implementation of DragGAN - "Drag Your GAN: Interactive Point-based Manipulation on the Generative Image Manifold" (DragGAN 全功能实现,在线Demo,本地部署试用,代码、模型已全部开源,支持Wi...

Results 99 DragGAN issues
Sort by recently updated
recently updated
newest added

Hi all got the following error on Colab: File under cache_dir (./checkpoints): ['stylegan2_elephants_512_pytorch.pkl', 'stylegan2-afhqcat-512x512.pkl', 'stylegan2-cat-config-f.pkl', 'stylegan2_lions_512_pytorch.pkl', 'stylegan2_dogs_1024_pytorch.pkl', 'stylegan2_horses_256_pytorch.pkl', 'stylegan2-car-config-f.pkl', 'stylegan2-ffhq-512x512.pkl'] Valid checkpoint file: {'stylegan2_elephants_512_pytorch': './checkpoints/stylegan2_elephants_512_pytorch.pkl', 'stylegan2-afhqcat-512x512': './checkpoints/stylegan2-afhqcat-512x512.pkl', 'stylegan2-cat-config-f': './checkpoints/stylegan2-cat-config-f.pkl', 'stylegan2_lions_512_pytorch':...

![1689154750097](https://github.com/OpenGVLab/DragGAN/assets/34080744/0209b595-0ee4-46f6-8f6f-2fe0fd2e5ab9) 成功运行了,但是在点击选择起始点的时候出现这个问题,我怀疑可能是我浏览器设置的问题?

Gradio gets stuck in an infinite loop after clicking on an image or when clicking a button on the panel. The image disappears immediately when doing so. CPU and GPU...

![image](https://github.com/OpenGVLab/DragGAN/assets/40386392/c01866ff-00ef-4a4f-9e2e-d059dd76a444) 跑起来,点击图片之后就一直处在加载,也没有报错

Hello, I can't add any checkpoint model. An excerpt from the log message: window ... File "", line 573, in module_from_spec File "", line 1233, in create_module File "", line...

1. 上传图片后,软件会自动添加1对点。 2. 对我自己图像进行操作后,软件会会直接跳回原来的照片 如何解决?

https://github.com/users/grainrigi/achievements/pair-extraordinaire

I note that the drag_gan function at draggan.py have a parameter "mask", and it did not use. And ` # if mask is not None: # loss += ((F -...