rese1f / StableVideo

[ICCV 2023] StableVideo: Text-driven Consistency-aware Diffusion Video Editing

Home Page:https://rese1f.github.io/StableVideo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to click the render botton without a GUI?

MeowDWing opened this issue · 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?

have u solved this problem? facing the same problem QAQ

have u solved this problem? facing the same problem QAQ

还没有,找别的用去了

@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”