ai-forever / ghost

A new one shot face swap approach for image and video domains
Apache License 2.0
1.25k stars 265 forks source link

Small fixes needed to run on Windows #19

Open thepirat000 opened 2 years ago

thepirat000 commented 2 years ago
illtellyoulater commented 2 years ago

Thanks for your fixes!

In my case removing the version number from requests was not enough for the dependencies to be resolved correctly.

I also had to downgrade from python 3.8 to python 3.7...

To make sure I was setting everything correctly I just uninstalled the 3.8 environment, then removed the sber-swap dir, then created a new python 3.7 environment, then I git-cloned again the sben-swap repo, then ran those couple of lines from the README instructions... and only then I finally ran again pip install -r requirements.txt, which completed without any problems.