Open hothot9532 opened 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
Thank you, for your help @SoftologyPro. @hothot9532 did the solution proposed by @SoftologyPro work?
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.
When I execute the following statement, I get this error: 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:
How to deal with the above problems?