i'm getting this error ``` Python 3.10.10 (main, Feb 8 2023, 14:50:01) [GCC 9.4.0] Commit hash: 22b

i'm getting this error
Python 3.10.10 (main, Feb  8 2023, 14:50:01) [GCC 9.4.0]
Commit hash: 22bcc7be428c94e9408f589966c2040187245d81
Installing torch and torchvision
Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu117
Collecting torch==1.13.1+cu117
Killed
Traceback (most recent call last):
  File "/workspace/stable-diffusion-webui/launch.py", line 355, in <module>
    prepare_environment()
  File "/workspace/stable-diffusion-webui/launch.py", line 257, in prepare_environment
    run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch", live=True)
  File "/workspace/stable-diffusion-webui/launch.py", line 81, in run
    raise RuntimeError(f"""{errdesc or 'Error running command'}.
RuntimeError: Couldn't install torch.
Command: "/workspace/venv/bin/python3" -m pip install torch==1.13.1+cu117 torchvision==0.14.1+cu117 --extra-index-url https://download.pytorch.org/whl/cu117
Error code: 137

when trying to run stable diffusion on runpod. not sure what's happening, since it was working before. maybe the control net messed things up? im not sure why it's not working anymore
Was this page helpful?