thygate / stable-diffusion-webui-depthmap-script

High Resolution Depth Maps for Stable Diffusion WebUI
MIT License
1.72k stars 159 forks source link

Could not import backend EGL #321

Open Azura-13 opened 1 year ago

Azura-13 commented 1 year ago

Hi Using automatic 1111 on windows, error when creating a mesh.

0% 0/1 [09:14<?, ?it/s] Could not import backend "EGL": Could not initialize, some issue with generating inpainted mesh All done.

And when I click generate video, I get this:

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 "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/call_queue.py", line 58, in f res = list(func(*args, *kwargs)) File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/call_queue.py", line 37, in f res = func(args, **kwargs) File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/stable-diffusion-webui-depthmap-script/src/core.py", line 587, in run_makevideo if len(fn_mesh) == 0 or not os.path.exists(fn_mesh): TypeError: object of type 'NoneType' has no len()