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

as titled, not sure what happend, both select point(blue) and target point(red) were selected

![Screenshot_1](https://github.com/Zeqiang-Lai/DragGAN/assets/90080818/a2ab4010-7fcf-4f7c-98cf-b3dee3e06eb3)

F:\Draggan\DragGAN> python gradio_app.py No CUDA runtime is found, using CUDA_HOME='C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7' F:\Draggan\DragGAN\stylegan2\op\fused_act.py:22: UserWarning: (This is not error) Switch to native implementation warnings.warn( F:\Draggan\DragGAN\stylegan2\op\upfirdn2d.py:21: UserWarning: (This is not...

When I click "Drag it" button, it has an error as follow. How can I do? Thanks. Traceback (most recent call last): File "D:\Soft\python\lib\site-packages\gradio\routes.py", line 406, in run_predict event_data=event_data, File...

Is there an option already existing that I am missing?

After installing the service, I have no issues running it locally at http://127.0.0.1:7680/. But I made a changes in "miniconda3\envs\draggan\Lib\site-packages\gradio\networking.py". LOCALHOST_NAME = os.getenv("GRADIO_SERVER_NAME", "0.0.0.0") So I can access it remotely,...

> ![Uploading replicate-prediction-446niyp3czakbefw275k5swpyu.jpg…]()

I put the picture I downloaded in "Setup Handle Points channel" and the error appears. Is that how it is? Or what's the solution

I've seen other stylegan2 models used in the original demo like stylegan2_human_v2_512.pkl, stylegan2-old-car-config-f.pt etc. If we could parse the model path for these newer models that might come in the...

Feature Requests