StableVideo icon indicating copy to clipboard operation
StableVideo copied to clipboard

how to click the render botton without a GUI?

Open MeowDWing opened this issue 1 year ago • 3 comments

Since I haven't enough memory to run the app, I deploy the project into server, which is linked by SSH, without a GUI(dispatch by slurm). In the case, how I get the result just in commandline?

MeowDWing avatar Sep 26 '23 03:09 MeowDWing

have u solved this problem? facing the same problem QAQ

zhanchao019 avatar Nov 10 '23 03:11 zhanchao019

have u solved this problem? facing the same problem QAQ

还没有,找别的用去了

MeowDWing avatar Nov 10 '23 04:11 MeowDWing

@MeowDWing @zhanchao019 gradio is nothing but a GUI. You can easily rewrite the code to execute functions in main class directly rather than using “click”

rese1f avatar Nov 10 '23 04:11 rese1f