deforum / deforum/deforum-stable-diffusion
Deforum Issue => Error: 'Video file C:\xyz\stable-diffusion-webui has format ' c:\xyz\stable-diffusion-webui', which is not supported...
- Dominant language
- Python
- Stars
- 2.3k
- Forks
- 412
- PR merge metrics
- No merged PRs in 30d
Description
Anybody else experiencing this issue generating on Deforum Stable Diffusion? I kept getting this issue for the past 3 hours today (August 17, 2023) whether on Google Chrome or on Microsoft Edge. I used Python 3.10.6. Deforum extension for auto1111 — version 3.0 | Git commit: 19023b1d.
When I clicked generate, the error kept appearing, nothing was generated, but this folder was always generated with nothing inside the folder,
- controlnet_1_inputframes

When I disabled Controlnet under Deforum tab, Deforum was able to generate without issue. It seems that this issue appears only when Controlnet is enabled. However, Deforum generations with 1 or 2 ControlNet enabled were working fine a few days ago. Meanwhile, there are no issues with txt2img and img2img generations.
===========================================
**Error message in browser's deforum:**
Error: 'Video file C:\xyz\stable-diffusion-webui has format 'c:\xyz\stable-diffusion-webui', which is not supported. Supported formats are: ['mov', 'mpeg', 'mp4', 'm4v', 'avi', 'mpg', 'webm']'. Before reporting, please check your schedules/ init values. Full error message is in your terminal/ cli.
**Message in terminal/ cli:**
File "C:\xyz\stable-diffusion-webui\extensions\deforum-for-automatic1111-webui\scripts\deforum_helpers\video_audio_utilities.py", line 171, in is_vid_path_valid
raise ValueError(f"Video file {video_path} has format '{extension}', which is not supported. Supported formats are: {file_formats}")
ValueError: Video file C:\xyz\stable-diffusion-webui has format 'c:\xyz\stable-diffusion-webui', which is not supported. Supported formats are: ['mov', 'mpeg', 'mp4', 'm4v', 'avi', 'mpg', 'webm']
*END OF TRACEBACK*
User friendly error message:
Error: Video file C:\xyz\stable-diffusion-webui has format 'c:\xyz\stable-diffusion-webui', which is not supported. Supported formats are: ['mov', 'mpeg', 'mp4', 'm4v', 'avi', 'mpg', 'webm']. Please, check your schedules/ init values.
===========================================



===========================================
I have checked my schedules/ init values, it was the same as before the issue appeared.
Please advise. Thanks!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.