DragGAN
DragGAN copied to clipboard
Unofficial Implementation of DragGAN - "Drag Your GAN: Interactive Point-based Manipulation on the Generative Image Manifold" (DragGAN 全功能实现,在线Demo,本地部署试用,代码、模型已全部开源,支持Wi...
群二维码过期了
2023-07-04 17:45:35 Loading networks from "/root/draggan/checkpoints-pkl/ada/afhqcat.pkl"... 2023-07-04 17:45:36 Traceback (most recent call last): 2023-07-04 17:45:36 File "/usr/local/lib/python3.7/runpy.py", line 193, in _run_module_as_main 2023-07-04 17:45:36 "__main__", mod_spec) 2023-07-04 17:45:36 File "/usr/local/lib/python3.7/runpy.py", line...
Clicking Drag it on colab demo only shows error
Currently, in Google Colab, the script to download the models is still using !sh scripts/download_model.sh Actually in repo, it changed to this python script !python scripts/download_model.py Resolution: Change the Google...
When I try to upload my own image in the colab version of Draggan, the following error happens Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/gradio/routes.py", line 437, in run_predict output...
Traceback (most recent call last): File "/opt/conda/envs/draggan/lib/python3.7/site-packages/torch/__init__.py", line 172, in _load_global_deps ctypes.CDLL(lib_path, mode=ctypes.RTLD_GLOBAL) File "/opt/conda/envs/draggan/lib/python3.7/ctypes/__init__.py", line 364, in __init__ self._handle = _dlopen(self._name, mode) OSError: /opt/conda/envs/draggan/lib/python3.7/site-packages/torch/lib/../../nvidia/cublas/lib/libcublas.so.11: symbol cublasLtHSHMatmulAlgoInit version libcublasLt.so.11 not...