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

(DRAGGANTEST) C:\Users\Duckers\Downloads\DragGAN-main>python gradio_app.py stylegan2-ffhq-config-f.pt not found Try to download from huggingface: https://huggingface.co/aaronb/StyleGAN2/resolve/main/stylegan2-ffhq-config-f.pt stylegan2-ffhq-config-f.pt: 133MB [00:02, 47.1MB/s] Downloaded to checkpoints\stylegan2-ffhq-config-f.pt C:\Users\Duckers\Downloads\DragGAN-main\stylegan2\op\conv2d_gradfix.py:88: UserWarning: conv2d_gradfix not supported on PyTorch 2.0.1. Falling back to...

The tool is nice, but does not work with custom image yet. 1. get error when uploaded image is not in size 1024*1024 2. will automatically change back to the...

I just put the photo below: ![1](https://github.com/Zeqiang-Lai/DragGAN/assets/80022154/c9780ee7-d080-48ed-89ef-c9ea6e4a2b9b) I tried to open the mouth of the kitten. And select the second one: the cat style gan. ![image](https://github.com/Zeqiang-Lai/DragGAN/assets/80022154/9d4a11fc-5ee4-44c2-8586-5a08ada3c613) It reports the bug...

Not sure what exactly this means, all the requirements installed correctly. ``` python gradio_app.py No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1' D:\AIModels\Art\GAN\DragGAN\venv\lib\site-packages\torch\utils\cpp_extension.py:359: UserWarning: Error checking compiler...

ubuntu@ubuntu:~/DragGAN$ python3 gradio_app.py Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.10/site-packages/torch/utils/cpp_extension.py", line 1893, in _run_ninja_build subprocess.run( File "/usr/lib/python3.10/subprocess.py", line 524, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero...

RuntimeError: Error building extension 'fused': [1/3] c++ -MMD -MF fused_bias_act.o.d -DTORCH_EXTENSION_NAME=fused -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_gcc\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1011\" -isystem /home/kris/.local/lib/python3.10/site-packages/torch/include -isystem /home/kris/.local/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /home/kris/.local/lib/python3.10/site-packages/torch/include/TH -isystem /home/kris/.local/lib/python3.10/site-packages/torch/include/THC -isystem /usr/include/python3.10 -D_GLIBCXX_USE_CXX11_ABI=0 -fPIC -std=c++14 -c /mnt/c/users/admin/desktop/DragGAN/stylegan2/op/fused_bias_act.cpp...

Followed instructions for WSL: (draggan) perplexity@Perplexity:~/DragGAN$ python -m draggan.web /home/perplexity/DragGAN/draggan/stylegan2/op/fused_act.py:22: UserWarning: Fail to build torch extension, switch to native implementation warnings.warn( /home/perplexity/DragGAN/draggan/stylegan2/op/upfirdn2d.py:21: UserWarning: Fail to build torch extension, switch to...

Can it work with Torch2.0 or does it use functions that aren't present in 2.0? (that is what I suspect at first glance) I tried and I get "DLL load...

> **Q: Expecting value: line 1 column 1 (char 0)** A: This might be caused by network proxy. Please refer to #50 for solutions. - #50