求助20241127视频生成模型部署过程中部署示例(CogVideoX)运行示例报错 #403
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: HswOAuth/llm_course#403
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
1、在autoDL上租用的3090服务器,安装顺序部署完成cogvideo后,运行示例报错python inference/cli_demo.py --model_path THUDM/CogVideoX-5b --prompt "A panda is practicing Tai Chi by the seaside" --output_path outputs/panda-taichi.mp4

2、安装部署 (Text2Video-Zero)模型时pip install -r requirements.txt 时一直卡住了

第一个问题,应该是CogVideo出现一点问题了,需要修改inference/cli_demo.py文件中第168行修改成parser.add_argument("--num_frames", type=int, default=48, help="Number of steps for the inference process")
或者在运行命令的最后加上 --num_frames 48
第二个问题,应该多等待一会儿就好了
谢谢,已解决