第48节课:视频生成模型上(其中的mimicmotion) #442
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#442
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?
按步骤下来
到最后创建视频的时候报错了,
可能是什么问题吗?
把 /root/autod1- tmp/conda/envs/mimicmotion/lib/python3.11/site-packages/torchvision/io/video.py 文件中第132行,改成frame.pict_type = PictureType.NONE 或者 frame.pict_type = 0
如下图所示
ok, tks