视频生成模型报错 #416

Open
opened 2024-12-06 09:58:24 +08:00 by LIN · 2 comments

运行时报错显示CogVideoX版本只支持小于 49的视频。

运行时报错显示CogVideoX版本只支持小于 49的视频。

好像是CogVideo出现一点问题了,需要修改inference/cli_demo.py文件中第168行修改成parser.add_argument("--num_frames", type=int, default=48, help="Number of steps for the inference process")

好像是CogVideo出现一点问题了,需要修改inference/cli_demo.py文件中第168行修改成parser.add_argument("--num_frames", type=int, default=48, help="Number of steps for the inference process")
Author

好像是CogVideo出现一点问题了,需要修改inference/cli_demo.py文件中第168行修改成parser.add_argument("--num_frames", type=int, default=48, help="Number of steps for the inference process")

哦哦可以了,生成帧少改了一个

> 好像是CogVideo出现一点问题了,需要修改inference/cli_demo.py文件中第168行修改成parser.add_argument("--num_frames", type=int, default=48, help="Number of steps for the inference process") 哦哦可以了,生成帧少改了一个
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: HswOAuth/llm_course#416
No description provided.