thygate / stable-diffusion-webui-depthmap-script

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

ModuleNotFoundError: No module named 'vispy.visuals.text._sdf_cpu' #200

Open DragosDogioiu opened 1 year ago

DragosDogioiu commented 1 year ago

Hello, after installing I get the error below. The Depth tab is missing, but the rest of SD works fine. I tried using a fresh sd folder, multiple UI restarts and updated 1111. I am running on colab if it helps.

Restarting UI... ControlNet v1.1.116 Error loading script: depthmap.py Traceback (most recent call last): File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/scripts.py", line 256, in load_scripts script_module = script_loading.load_module(scriptfile.path) File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/script_loading.py", line 11, in load_module module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/stable-diffusion-webui-depthmap-script/scripts/depthmap.py", line 58, in from inpaint.mesh import write_mesh, read_mesh, output_3d_photo File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/extensions/stable-diffusion-webui-depthmap-script/scripts/inpaint/mesh.py", line 12, in from vispy import scene, io File "/usr/local/lib/python3.10/dist-packages/vispy/scene/init.py", line 33, in from .visuals import * # noqa File "/usr/local/lib/python3.10/dist-packages/vispy/scene/visuals.py", line 18, in from .. import visuals File "/usr/local/lib/python3.10/dist-packages/vispy/visuals/init.py", line 14, in from .axis import AxisVisual # noqa File "/usr/local/lib/python3.10/dist-packages/vispy/visuals/axis.py", line 13, in from .text import TextVisual File "/usr/local/lib/python3.10/dist-packages/vispy/visuals/text/init.py", line 7, in from .text import TextVisual # noqa File "/usr/local/lib/python3.10/dist-packages/vispy/visuals/text/text.py", line 18, in from ._sdf_cpu import _calc_distance_field ModuleNotFoundError: No module named 'vispy.visuals.text._sdf_cpu'

thygate commented 1 year ago

ModuleNotFoundError: No module named 'vispy.visuals.text._sdf_cpu'

try reinstalling vispy