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.9k stars 4.28k forks source link

Application Not Appearing #41

Closed Poordevv closed 1 month ago

Poordevv commented 2 months ago

Hello, I've completed all the steps and requirements when it came to installing the python file. However, when typing the command "python run.py --execution-provider=cuda" or even "python run.py", nothing appears. There's just a newline that's displayed to the console and that's all. Please help!

image

hacksider commented 2 months ago

You don't really need to put the --models in the end unless you put it on separate drive.

hellcezar commented 2 months ago

I have the same, app will not appears image Please help!

victorhemsworth commented 2 months ago

Yeah, it's not working for me either. Can you provide a fix for the application

Poordevv commented 2 months ago

Hello?

You don't really need to put the --models in the end unless you put it on separate drive.

It's still not working, even with this part of the statement removed. Why is the app not appearing when I run it?

hacksider commented 2 months ago

Can you tell me more about what version of python are you using?

hellcezar commented 2 months ago

Can you tell me more about what version of python are you using?

im using 3.12

Poordevv commented 2 months ago

Python 3.12 as well!

hacksider commented 2 months ago

Kindly use python 3.10

Poordevv commented 2 months ago

Still doesn't seem to work!

hacksider commented 1 month ago

Still doesn't seem to work!

What error does it show when running on 3.10?

victorhemsworth commented 1 month ago

Atleast for me, it shows the exact same thing. Like no outputs similar to the one below.

image

radoman93 commented 1 month ago

Can confirm, same issue

hacksider commented 1 month ago

I have fixed the issue, seems like numpy goes 2.0 which breaks the installation

aquawaves commented 1 month ago

Solution: pip install --force numpy<1.24