Airburner
Airburner
Got the same error, and could not find a way to fix it: File "/venv/lib/python3.10/site-packages/torch/cuda/__init__.py", line 217, in _lazy_init torch._C._cuda_init() RuntimeError: No CUDA GPUs are available During handling of the...
> How can I do it when using colab notebook ?
got the same error
I'm running automatic1111 on runpod.io jupiterlabs After loading extension from extensions via link I do not have a depth map tab too. Restarting does not change anything EDIT: Running Instal...
I used this part: import launch import platform import sys if sys.version_info < (3, 8): launch.run_pip("install importlib-metadata", "importlib-metadata for depthmap script") import importlib_metadata else: import importlib.metadata as importlib_metadata if not...