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

- stylegan checkpoint pkl to pt conversion on demand - https://github.com/Zeqiang-Lai/DragGAN/pull/78 : CPU mode for GAN inversion

When trying to run `web,py` ,it will try to dowload as follows: ``` ada/afhqcat.pkl not found Try to download from huggingface: https://huggingface.co/aaronb/StyleGAN2/resolve/main/ada/afhqcat.pkl afhqcat.pkl: 0.00B [00:00, ?B/s] ``` When opening the...

I plotted the mask with matplotlib each time the drag_gan method is being called. If I don't adjust it manually after I change the image, the same mask is being...

bug

The wobbly effect when moving points is not intended as the videos on the author's website show.

Traceback (most recent call last): File "C:\Users\xios\.conda\envs\draggan\lib\site-packages\gradio\routes.py", line 406, in run_predict event_data=event_data, File "C:\Users\xios\.conda\envs\draggan\lib\site-packages\gradio\blocks.py", line 1300, in process_api fn_index, inputs, iterator, request, event_id, event_data File "C:\Users\xios\.conda\envs\draggan\lib\site-packages\gradio\blocks.py", line 1023, in call_function...

bug

Failed to build CUDA kernels for upfirdn2d.... `Traceback (most recent call last): File "C:\Users\charl\miniconda3\envs\draggan\lib\site-packages\draggan\stylegan2\torch_utils\ops\bias_act.py", line 48, in _init _plugin = custom_ops.get_plugin('bias_act_plugin', sources=sources, extra_cuda_cflags=['--use_fast_math']) File "C:\Users\charl\miniconda3\envs\draggan\lib\site-packages\draggan\stylegan2\torch_utils\custom_ops.py", line 64, in get_plugin raise...

I used docker image to run the app and it showed error in the webpage after running the container: error page: ![image](https://github.com/Zeqiang-Lai/DragGAN/assets/26499684/d6fc6317-30e1-443e-b59b-0c5fac389c5b) trace log of the container: Traceback (most recent...

when i run **python visualizer_drag_gradio.py** report issue: **AttributeError: 'dict' object has no attribute 'img_resolution** how do i solve this issue?