Open semjon00 opened 1 year ago
It's so weird that that the last 3 issues are about NoneTypes but also seem unrelated.
TypeError: object of type 'NoneType' has no len()
Here
TypeError: must be real number, not NoneType
https://github.com/thygate/stable-diffusion-webui-depthmap-script/issues/352
cannot unpack non-iterable NoneType object
https://github.com/thygate/stable-diffusion-webui-depthmap-script/issues/353
Maybe an import dependency has recently changed. fn_mesh path is so straightforward the only package that comes to mind is a bad gradio
update, maybe try reverting to an older gradio? auto1111 will likely try update gradio during startup so this might be a little challenging.
They appear to have solved this issue https://github.com/thygate/stable-diffusion-webui-depthmap-script/discussions/354#discussioncomment-7265574 .
Some error message or ui locks might help prevent this in the future.
Discussed in https://github.com/thygate/stable-diffusion-webui-depthmap-script/discussions/354