HaoyuWu556
Results
22
comments of
HaoyuWu556
你有没有尝试过用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
I have encountered the same problem. Thanks for generously share your code.