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

When I load the lion face image, the initial image was fully distorted as the following image. ![Screenshot from 2023-05-23 14-34-59](https://github.com/Zeqiang-Lai/DragGAN/assets/23301778/9b417080-8aab-4be9-88ef-e31a1b2d4fe4)

Have everything properly installed but get this issue both in the notebook and on local version line 1773, in _get_cuda_arch_flags arch_list[-1] += '+PTX' ~~~~~~~~~^^^^ IndexError: list index out of range

I tried to move lion head front to side and open the mouth like the example of this repository. But, lion head didn't move and mouth didn't open, as the...

I set the max iterations 201 and tried to run it. The setect point is close to the target point, but the nose has been larger and the face has...

I set the select point and the target point as the following image. ![image_a9a389c1-504e-4d0c-8b78-4ef8ec7d1aa1](https://github.com/Zeqiang-Lai/DragGAN/assets/23301778/bf393b82-f910-4c83-b97c-4c85d339713c) But the select point doesn't move to the target point as the following movie. https://github.com/Zeqiang-Lai/DragGAN/assets/23301778/f307db4a-8715-49bf-a8a1-b81c3a09256a

I tried to run gradio_app.py, but error has occurred. There are only black points, no red and blue point. The error image is as follows. ![Screenshot from 2023-05-23 10-29-18](https://github.com/Zeqiang-Lai/DragGAN/assets/23301778/a4d253af-9ce9-402a-89b9-33fcc07e05f3)

I tried to run colab, but an error occurred. There is no blue point and red point, so I can't drag it. The colab image is as follows: ![Screenshot from...

Running `python gradio_app.py` I get the following stack trace, any suggestions? ``` Traceback (most recent call last): File "/Users/dylanrae/Documents/GitHub/DragGAN/gradio_app.py", line 9, in from drag_gan import drag_gan, stylegan2 File "/Users/dylanrae/Documents/GitHub/DragGAN/drag_gan.py", line...

I got error with **cpp_extension.py** ```python --------------------------------------------------------------------------- ImportError Traceback (most recent call last) Cell In[1], line 5 2 sys.path.append(".") 3 sys.path.append('[./DragGAN](https://file+.vscode-resource.vscode-cdn.net/f%3A/MyFile/DragGAN/DragGAN)') ----> 5 from gradio_app import main File [f:\MyFile\DragGAN\gradio_app.py:9](file:///F:/MyFile/DragGAN/gradio_app.py:9) 6...