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
40.58k stars 5.91k forks source link

Linux cloud server not working? yet? #765

Open yppeno opened 1 week ago

yppeno commented 1 week ago

Hi guys I installed on a cloud linux server but there is not interface loading when i launch python run.py --execution-provider cuda

terminal says:"

   self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)
_tkinter.TclError: no display name and no $DISPLAY environment variable

Can you do something to have a display when run on a cloud linux on be able to use webcam on cloud too?

Thanks

yppeno commented 5 days ago

Anyone? :)

RudideC commented 2 days ago

Yeah, you kinda need a webcam and a screen to use it. Run it on your own computer

RudideC commented 2 days ago

You could theoretically offload all the work to the linux server, but you'll need to change the code for that