StableDiffusion生成视频常见问题#1

StableDiffusion中用(Beta) Multi-frame Video rendering生成视频时,当一切都设置好,点击【启动】按钮后,出现报错:

"UnidentifiedImageError: cannot identify image file" error


可以通过修改multi_frame_render.py文件来处理,即:

  reference_imgs = gr.UploadButton(label="Upload Guide Frames", file_types = ['.png','.jpg','.jpeg'], live=True, file_count = "multiple") 

改为:

reference_imgs = gr.File(file_count="directory", label="Upload Guide Frames", show_label=True)




如果您想上传单个文件而不是整个文件夹,请将行更改为:

reference_imgs = gr.File(file_count="multiple", file_types = ['.png','.jpg','.jpeg'], label="Upload Guide Frames", show_label=True, live=True)

更改完毕后重新启动

展开阅读全文

更新时间:2024-08-20

标签:视频   常见问题   中用   文件夹   按钮   上传   文件

1 2 3 4 5

上滑加载更多 ↓
推荐阅读:
友情链接:
更多:

本站资料均由网友自行发布提供,仅用于学习交流。如有版权问题,请与我联系,QQ:4156828  

© CopyRight 2020-2024 All Rights Reserved. Powered By 71396.com 闽ICP备11008920号-4
闽公网安备35020302034903号

Top