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

Some Errors: #25

Open hothot9532 opened 7 months ago

hothot9532 commented 7 months ago

When I execute the following statement, I get this error: I0$}XM6{K7AG6_1@4`GE9H 9QOZBDJ4TUIPT7 _H)WD%VD {BY7G7 P6A($%9~)2A$V%@Q Why would such an error be reported? I have followed the readme document as normal.

And I get this error when executing the following statement: 0P1`2543734D_7}E7N}DFZG

How to deal with the above problems?

SoftologyPro commented 7 months ago

For the download errors, just keep retrying. modelscope.cn has frequent dropouts and is always a poor host. The devs should host their models on HF for better reliability.

For the modelscope not found, commandline into the t2v_enhanced directory and run these commands

git clone https://github.com/modelscope/modelscope modelscopetmp
move modelscopetmp\modelscope modelscope
rd modelscopetmp /s/q
oldnaari commented 2 months ago

Thank you, for your help @SoftologyPro. @hothot9532 did the solution proposed by @SoftologyPro work?

oldnaari commented 2 months ago

Regarding posting our models in HF. The autoregressive model which is our main contribution is already there. But there are other third-party models in our pipeline (such as the modelscope t2v model) that we cannot post as they are not created by us.