Krea-2-Turbo (general.architecture = qwen_image) aborts immediately after tensor load on the official Windows ROCm build sd-master-137f740-bin-win-rocm-7.14.0-x64.zip. The same model, same command line, same GPU works on sd-master-6b3edaa-bin-win-rocm-7.14.0-x64.zip.
[INFO ] model_loader.cpp:1236 - loading tensors completed, taking 0.23s (read: 0.13s, memcpy: 0.00s, convert: 0.00s, copy_to_backend: 0.00s)
[ERROR ] util.cpp:663 - ROCm error: unspecified launch failure
[ERROR ] util.cpp:663 - current device: -1, in function ggml_cuda_kernel_launch at ggml/src/ggml-cuda/common.cuh:1684
[ERROR ] util.cpp:663 - hipGetLastError()
ggml/src/ggml-cuda/ggml-cuda.cu:107: ROCm error
The process then exits with 0xC0000409 (GGML_ABORT). It happens on both txt2img and img2img, so it is not VAE-encode specific.
Command
sd-server --diffusion-model krea2_turbo-Q8_0.gguf \
--vae wan_2.1_vae.safetensors \
--llm Qwen3VL-4B-Instruct-Q8_0.gguf \
--llm_vision mmproj-Qwen3VL-4B-Instruct-F16.gguf \
--diffusion-fa --vae-tiling -t 7 --steps 8 --cfg-scale 1
Not affected, on the identical build and runtime
| Model |
general.architecture |
Result |
| Z-Image-Turbo Q8_0 |
lumina2 |
works |
| Flux.2-Klein 9B |
flux |
works |
| Krea-2-Turbo Q8_0 |
qwen_image |
crashes (txt2img + img2img) |
So this looks confined to the qwen_image path rather than a general ROCm breakage.
Environment
- RX 7900 XTX (gfx1100), Windows 11
- ROCm 7.14.0 release assets (both builds)
- The Windows ROCm zips ship no HIP runtime, so the runtime DLLs are supplied locally. The same runtime files are used for both builds, which controls for that variable.
Range
6b3edaa...137f740 (42 commits). Prime suspect is 137f740 / #1994, as the only change touching the qwen_image graph in that range. The flash-attention commits (#1987, #1992) and the convolution/VAE ones (#1993, #1996) are all exercised by the two working models above (Z-Image also runs with --diffusion-fa and an LLM text encoder).
Krea-2-Turbo (
general.architecture = qwen_image) aborts immediately after tensor load on the official Windows ROCm buildsd-master-137f740-bin-win-rocm-7.14.0-x64.zip. The same model, same command line, same GPU works onsd-master-6b3edaa-bin-win-rocm-7.14.0-x64.zip.The process then exits with
0xC0000409(GGML_ABORT). It happens on both txt2img and img2img, so it is not VAE-encode specific.Command
Not affected, on the identical build and runtime
general.architecturelumina2fluxqwen_imageSo this looks confined to the
qwen_imagepath rather than a general ROCm breakage.Environment
Range
6b3edaa...137f740(42 commits). Prime suspect is137f740/ #1994, as the only change touching theqwen_imagegraph in that range. The flash-attention commits (#1987, #1992) and the convolution/VAE ones (#1993, #1996) are all exercised by the two working models above (Z-Image also runs with--diffusion-faand an LLM text encoder).