ai-dock / stable-diffusion-webui-forge

Stable Diffusion WebUI Forge docker images for use in GPU cloud and local environments. Includes AI-Dock base for authentication and improved user experience.
Other
27 stars 14 forks source link

SVD Error? #11

Open jasonmbrown opened 1 month ago

jasonmbrown commented 1 month ago

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.