ComfyUI/tests-unit/comfy_test
chelsealong a3dc260c2a Fix crash when Llama-based text encoder KV cache init runs on CPU
init_kv_cache probed comfy_kitchen.flash_attention_decode_is_available()
unconditionally, which calls torch.cuda.get_device_capability() and raises
ValueError when the execution device is CPU (e.g. MiniMax Music3 text
encoder offloaded to CPU on low-VRAM GPUs). Guard the probe with
comfy.model_management.is_device_cuda(), matching the pattern already
used elsewhere in this file (ar.py's cuda_device check).

Fixes #15607
2026-08-15 03:24:18 +00:00
..
folder_path_test.py add models-directory launch argument (#9113) 2026-07-08 22:20:47 +08:00
gemma4_template_test.py Fix Generate Text ignoring thinking=false on Gemma4 E2B/E4B (#15278) 2026-08-12 22:44:14 -04:00
model_detection_test.py [feat]Add JoyImageEdit native model support (#14428) 2026-07-15 23:48:28 -04:00
seedvr_vae_forward_test.py Add SeedVR2 support (CORE-6) (#14424) 2026-07-10 15:07:42 +08:00
test_llama_init_kv_cache.py Fix crash when Llama-based text encoder KV cache init runs on CPU 2026-08-15 03:24:18 +00:00
test_seedvr2_dtype.py Try to fix some issues with the seedvr VAE. (#14877) 2026-07-10 19:54:28 -04:00
test_seedvr2_internals.py Add SeedVR2 support (CORE-6) (#14424) 2026-07-10 15:07:42 +08:00
test_seedvr2_model.py Add SeedVR2 support (CORE-6) (#14424) 2026-07-10 15:07:42 +08:00
test_seedvr2_vae_decode.py Add SeedVR2 support (CORE-6) (#14424) 2026-07-10 15:07:42 +08:00
test_seedvr2_vae_tiled.py Try to fix some issues with the seedvr VAE. (#14877) 2026-07-10 19:54:28 -04:00
test_vae_decode_tiled_nested.py Fix VAEDecodeTiled crash on NestedTensor latents (MiniMax H3) (#15477) 2026-08-10 23:00:23 -04:00