Picsart-AI-Research / StreamingT2V

StreamingT2V: Consistent, Dynamic, and Extendable Long Video Generation from Text
https://streamingt2v.github.io/
1.42k stars 149 forks source link

rm not supported on Windows #27

Open SoftologyPro opened 7 months ago

SoftologyPro commented 7 months ago

Any chance you can replace the rm calls with something compatible with both linux and Windows? When running inference.py I get

'rm' is not recognized as an internal or external command,
operable program or batch file.

No stats as to which script/line causes it. Output movie is still crteated, so not a complete show stopper.

rob-hen commented 2 months ago

Hi @SoftologyPro,

this seems to be coming from a third-party lib, there is no rm in our code, but in Modelscope. So either this line or that line should be producing the issues.