DragGAN
DragGAN copied to clipboard
Unofficial Implementation of DragGAN - "Drag Your GAN: Interactive Point-based Manipulation on the Generative Image Manifold" (DragGAN 全功能实现,在线Demo,本地部署试用,代码、模型已全部开源,支持Wi...
 Hi, I have looked through all the issues and found no relevant errors. Can you please tell me what are the errors regarding this information? the specific errors and...
while I select two points and press drag it ``` Traceback (most recent call last): File "/data/miniconda3/envs/env-novelai/lib/python3.10/site-packages/gradio/routes.py", line 414, in run_predict output = await app.get_blocks().process_api( File "/data/miniconda3/envs/env-novelai/lib/python3.10/site-packages/gradio/blocks.py", line 1320, in...
I am trying to use but I get this error: ``` python gradio_app.py C:\Program Files\Python39\lib\site-packages\torch\utils\cpp_extension.py:358: UserWarning: Error checking compiler version for cl: [WinError 2] The system cannot find the file...
when I change the "device" in gradio_app.py from cuda to cpu,it raises error "expect all tensors on the same device".
I saw DragGAN on the twitter as the below image.    I think the framework of the twitter is...
Image of Liuyifei after GAN inversion. 
I run the woman face rotation, but the final face was collapsed as the following image. Especially, around the left eye is blue, the nose is big.  After changing the face, the face was fully distorted as below. 
Could you give out the version of requirements?