Error completing request when generating video #354
vitalbuttering
started this conversation in
General
Replies: 1 comment 3 replies
-
This feels like it must be a gradio library issue (the ui library). It might be helpful to know what version of gradio your running. You can find that out with: Linux: Windows: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Anyone can diagnose why i am getting this error when i try to generate video on Depth?
Error completing request
Arguments: (None, '300', '40', 1, '-0.015, 0.0, -0.05', '0.03, 0.03, 0.05, 0.03', False, 'mp4', '3') {}
Traceback (most recent call last):
File "I:\stable-diffusion-webui\modules\call_queue.py", line 56, in f
res = list(func(*args, **kwargs))
File "I:\stable-diffusion-webui\modules\call_queue.py", line 37, in f
res = func(*args, **kwargs)
File "I:\stable-diffusion-webui\extensions\stable-diffusion-webui-depthmap-script\src\core.py", line 590, in run_makevideo
if len(fn_mesh) == 0 or not os.path.exists(fn_mesh):
TypeError: object of type 'NoneType' has no len()
Beta Was this translation helpful? Give feedback.
All reactions