DragGAN
DragGAN copied to clipboard
Unofficial Implementation of DragGAN - "Drag Your GAN: Interactive Point-based Manipulation on the Generative Image Manifold" (DragGAN 全功能实现,在线Demo,本地部署试用,代码、模型已全部开源,支持Wi...
When I load the lion face image, the initial image was fully distorted as the following image. 
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...
the version of pytorch?
I set the select point and the target point as the following image.  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. 
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...