Stable Diffusion WebUI Forge docker images for use in GPU cloud and local environments. Includes AI-Dock base for authentication and improved user experience.
So I get the following error when I try to run anything through SVD
File "/opt/environments/python/forge/lib/python3.10/site-packages/torch/ops.py", line 1061, in call
return self._op(*args, **(kwargs or {}))
RuntimeError: CUDA error: invalid configuration argument
CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.
For debugging consider passing CUDA_LAUNCH_BLOCKING=1
Compile with TORCH_USE_CUDA_DSA to enable device-side assertions.
Not sure if this is an issue that can be fixed outside the docker container or if its an issue with the individual libraries.
So I get the following error when I try to run anything through SVD
File "/opt/environments/python/forge/lib/python3.10/site-packages/torch/ops.py", line 1061, in call return self._op(*args, **(kwargs or {})) RuntimeError: CUDA error: invalid configuration argument CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect. For debugging consider passing CUDA_LAUNCH_BLOCKING=1 Compile with
TORCH_USE_CUDA_DSA
to enable device-side assertions.Not sure if this is an issue that can be fixed outside the docker container or if its an issue with the individual libraries.