Open-Sora
Open-Sora copied to clipboard
The video appears as a Mosaic
Why is this happening
https://github.com/hpcaitech/Open-Sora/assets/55875798/aa883dfc-dc2d-4608-b971-608af7c13222
你用的自己训练的模型吗
不是自己训的,用的OpenSora-VAE-v1.2、OpenSora-STDiT-v3、t5-v1_1-xxl这三个开源的
测试代码:
python scripts/inference.py configs/opensora-v1-2/inference/sample.py
--num-frames 4s --resolution 720p
--layernorm-kernel False --flash-attn False
--prompt "a beautiful waterfall"
你的机器和环境是什么样的呀
环境根据readme配置的,机器是a800,cuda12.1
你有没有尝试过用gradio/app.py在GUI里面生成一下,来检查你的ckpt是否正常;参考https://github.com/hpcaitech/Open-Sora/issues/477#issuecomment-2233732064
然后我试了我的机器上这条命令是没问题的python scripts/inference.py configs/opensora-v1-2/inference/sample.py --num-frames 2s --resolution 360p --layernorm-kernel False --flash-attn False --prompt "a beautiful waterfall" --save-dir ./outputs
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.