Getting "UnidentifiedImageError: cannot identify image file" error when I click the generate button. Guide frames are selected. I can see the temp image file was created but with 0kb in size. Thanks in advance!
Viewing post in (Beta) Multi-frame Video rendering for StableDiffusion comments
sxy9699 said:
I found an easy way to solve this problem: simply change the code in multi_frame_render.py
reference_imgs = gr.UploadButton(label="Upload Guide Frames", file_types = ['.png','.jpg','.jpeg'], live=True, file_count = "multiple")
to
reference_imgs = gr.File(file_count="directory", label="Upload Guide Frames", show_label=True)
The script doesn't work with the current version of Automatic 1111 web UI. After checkout an old version of web UI, it works well. For more details, you can watch the video bellow posted by MonsterMMORPG, start from 13:53.