Deep-Live-Cam icon indicating copy to clipboard operation
Deep-Live-Cam copied to clipboard

Linux cloud server not working? yet?

Open yppeno opened this issue 1 year ago • 3 comments

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 avatar Nov 04 '24 11:11 yppeno

Anyone? :)

yppeno avatar Nov 08 '24 11:11 yppeno

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

RudideC avatar Nov 11 '24 18:11 RudideC

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

RudideC avatar Nov 11 '24 18:11 RudideC

you can try this: python run.py --source=./111.jpeg --target=./222.jpeg --output=./output

fanqiangwei avatar Jan 24 '25 03:01 fanqiangwei

This would be really interesting tho. A server side version, and a client side version to run the UI, send sources + frames from webcam and eventually receive the results (image/video files and live frames).

I would ofc not except good fps on live streams, but it could be nice as a external processor. I have a few better gpu's myself on a server without display.

luna-nightbyte avatar Jan 25 '25 05:01 luna-nightbyte

This is not planned as of this moment. Closing this. But I believe there's a fork which have this feature

hacksider avatar Jan 28 '25 13:01 hacksider