Replies: 1 comment 1 reply
-
This error is strange. I feel like the only way this happens is there was a partial update of this package. Is this with a fresh install? There are a few closed issues involving vispy that you might want to look over
I'm not sure I understand what this means. It might be a quiet memory error. It might be helpful to have an example. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Since circa Sunday Depmath crashed on Collab/Runpod with the next error on Runpod (virtual machine):
*** Error loading script: depthmap_api.py
Traceback (most recent call last):
File "/workspace/stable-diffusion-webui/modules/scripts.py", line 382, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "/workspace/stable-diffusion-webui/modules/script_loading.py", line 10, in load_module
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/workspace/stable-diffusion-webui/extensions/stable-diffusion-webui-depthmap-script/scripts/depthmap_api.py", line 15, in
from src.core import core_generation_funnel
File "/workspace/stable-diffusion-webui/extensions/stable-diffusion-webui-depthmap-script/src/core.py", line 30, in
from inpaint.mesh import write_mesh, read_mesh, output_3d_photo
File "/workspace/stable-diffusion-webui/extensions/stable-diffusion-webui-depthmap-script/inpaint/mesh.py", line 12, in
from vispy import scene, io
ModuleNotFoundError: No module named 'vispy'
And on Collab with is just:
Error loading script: depthmap_api.py
The local machine script is loading, but animate 4th part cropped image without any error in the terminal.
Any idea what is it? As I am just more about the UI part and not the backend part of it. Thank you in advance, community
Beta Was this translation helpful? Give feedback.
All reactions