ai-forever / ghost

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

В Windows на этапе установки зависимостей вылезают ошибки,разрабы это как-то решить можно или только Линукс? #18

Open jo32111 opened 2 years ago

thepirat000 commented 2 years ago

Title translated:

"In Windows, at the stage of installing dependencies, errors come out, if you can somehow solve this, or only Linux"

thepirat000 commented 2 years ago

I was able to install in Windows by removing the version for requests library on requirements.txt:

So instead of

requests==2.25.1

Just:

requests

ramnnv commented 2 years ago

I was able to install in Windows by removing the version for requests library on requirements.txt:

So instead of

requests==2.25.1

Just:

requests

Bro, podrías hacer un pequeño resumen tutorial para principiantes? nos ayudarías mucho a varios. Yo me pude instalar el simswap sin problemas en Windows, pero prefiero los resultados que da este sber, pero solo me tira errores. Las instrucciones que dio el autor están mal explicadas.

El Google Colab está muy limitado en ram y no se puede hacer nada.

thepirat000 commented 2 years ago

Here is a Gist with a powershell script depicting the steps I did on an Azure VM (GPU) to run sber-swap:

https://gist.github.com/thepirat000/ae9c9acf0e9d98b1aa14571cf2197341

Hope it helps