Open-Sora icon indicating copy to clipboard operation
Open-Sora copied to clipboard

绝对路径加载出错

Open zhanghui-china opened this issue 1 year ago • 2 comments

针对 configs/opensora/inference/16x256x256.py

如果使用模型原始路径加载: from_pretrained="DeepFloyd/t5-v1_1-xxl",

视频可以生成。

但是如果将路径改为已经下载好的绝对路径: from_pretrained="/root/Open-Sora/pretrained_models/t5_ckpts/t5-v1_1-xxl", 报以下错误: dd618876dbc6c84b2887ad2a2ea3f76

zhanghui-china avatar Mar 23 '24 08:03 zhanghui-china

Sorry, to ease the usage of our model, we now support automatically downloading. If you want to use the absolute path, I think you need to move your downloaded one to .cache according to Huggingface's requirement.

zhengzangw avatar Mar 25 '24 05:03 zhengzangw

This issue is stale because it has been open for 7 days with no activity.

github-actions[bot] avatar Apr 03 '24 01:04 github-actions[bot]

This issue was closed because it has been inactive for 7 days since being marked as stale.

github-actions[bot] avatar Apr 22 '24 01:04 github-actions[bot]