Open-Sora
Open-Sora copied to clipboard
绝对路径加载出错
针对 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",
报以下错误:
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.
This issue is stale because it has been open for 7 days with no activity.
This issue was closed because it has been inactive for 7 days since being marked as stale.