XingangPan / DragGAN

Official Code for DragGAN (SIGGRAPH 2023)

Home Page:https://vcai.mpi-inf.mpg.de/projects/DragGAN/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

run in colab error

safehumeng opened this issue · comments

I solved this problem!

pip install draggan
!pip3 install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu118/torch_nightly.html
pip install Pillow==9.5.0
After installing the above three software packages, you can run DragGAN normally.
this is properly working

I solved this problem!

pip install draggan !pip3 install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu118/torch_nightly.html pip install Pillow==9.5.0 After installing the above three software packages, you can run DragGAN normally. this is properly working

thanks! It's works

Thanks alot @rajnish159

Also, for using with custom Image, I am experiencing after doing PTI part, my inverted image is totally noise. Has anyon experienced this?

I followed this colab:

https://colab.research.google.com/drive/1aZW21clDPWLvwBnaQG5Xcpc_U-8zy3ow?usp=sharing

Thanks for any help