hacksider / Deep-Live-Cam

real time face swap and one-click video deepfake with only a single image
GNU Affero General Public License v3.0
30.97k stars 4.29k forks source link

python run.py doesnt load or show any error #50

Closed Underdome132 closed 3 weeks ago

Underdome132 commented 1 month ago

(base) C:\Users\under\Deep-Live-Cam>python run.py

(base) C:\Users\under\Deep-Live-Cam>

Updatedme commented 1 month ago

You can also watch my installation video that shows you how to do it yourself. Or simply ask for help from my whatsapp contact https://wa.me/message/GXQYWX4XRTXGB1 +2347081306010

Underdome132 commented 1 month ago

please drop video link

Decassidyc commented 1 month ago

(base) C:\Users\under\Deep-Live-Cam>python run.py

(base) C:\Users\under\Deep-Live-Cam>

If you're using a virtual environment like anaconda or venv, first activate the environment before running python run.py

Anaconda conda activate deeplivecam (replace deeplivecam with your environment name)

venv windows venv\scripts\activate (replace venv with environment name u created)

venv Linux venv/bin/activate (replace venv with environment name u created)