You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My hard drive was wiped, reinstalled SUSE, started from scratch. Previously, A1111 1.6 worked fine, half precision and everything.
Now, I've installed ROCM with instructions from AMD. I have torch+rocm6.2. Everything seems correct to me, but the webui will not launch. I'll get an error saying, RuntimeError: HIP error: invalid device function HIP kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect. For debugging consider passing AMD_SERIALIZE_KERNEL=3 Compile with TORCH_USE_HIP_DSA to enable device-side assertions.
Also, Stable diffusion model failed to load Applying attention optimization: Doggettx... done. src/tcmalloc.cc:283] Attempt to free invalid pointer 0x557e44940190 ./webui.sh: line 304: 22792 Aborted (core dumped) "${python_cmd}" -u "${LAUNCH_SCRIPT}" "$@"
Only thing I've tried so far was export HSA_OVERRIDE_GFX_VERSION=10.3.0 but this made no difference. Any ideas? I have an RX6700XT , running SUSE 15.6.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
My hard drive was wiped, reinstalled SUSE, started from scratch. Previously, A1111 1.6 worked fine, half precision and everything.
Now, I've installed ROCM with instructions from AMD. I have torch+rocm6.2. Everything seems correct to me, but the webui will not launch. I'll get an error saying,
RuntimeError: HIP error: invalid device function HIP kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect. For debugging consider passing AMD_SERIALIZE_KERNEL=3 Compile with
TORCH_USE_HIP_DSAto enable device-side assertions.
Also,
Stable diffusion model failed to load Applying attention optimization: Doggettx... done. src/tcmalloc.cc:283] Attempt to free invalid pointer 0x557e44940190 ./webui.sh: line 304: 22792 Aborted (core dumped) "${python_cmd}" -u "${LAUNCH_SCRIPT}" "$@"
Only thing I've tried so far was
export HSA_OVERRIDE_GFX_VERSION=10.3.0
but this made no difference. Any ideas? I have an RX6700XT , running SUSE 15.6.Beta Was this translation helpful? Give feedback.
All reactions