3 Replies
Traceback (most recent call last):
File "/workspace/stable-diffusion-webui/launch.py", line 48, in <module>
main()
File "/workspace/stable-diffusion-webui/launch.py", line 39, in main
prepare_environment()
File "/workspace/stable-diffusion-webui/modules/launch_utils.py", line 384, in prepare_environment
raise RuntimeError(
RuntimeError: Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check
Give pod id for RunPod to investigate
I'm having an issue with it running on cpu instead of GPU as well-- I keep getting "addmmimpl_cpu" not implemented for 'Half' and RuntimeError: "LayerNormKernelImpl" not implemented for 'Half' which apparently mean that it is not using GPU and won't load checkpoints as fp16 ... I am not a developer and this is my first time using Runpod and I'm kinda lost and spent several hours trying to get up and running :/