ComfyUI/tests-unit/comfy_test
chelsealong 5dfb3002ea Fix --disable-mmap not bypassing safetensors mmap read
load_torch_file only wrapped the tensor returned by
safetensors.safe_open()/get_tensor() in a copy when --disable-mmap was
set; the mmap-backed read that produces that tensor had already
happened by then. On Windows that mmap-backed read of large
safetensors files can crash the long-running ComfyUI process with an
access violation (#15424). --disable-mmap now reads tensors with plain
file I/O so no mmap of the file is created at all.
2026-08-09 01:18:48 +00:00
..
folder_path_test.py add models-directory launch argument (#9113) 2026-07-08 22:20:47 +08:00
load_torch_file_test.py Fix --disable-mmap not bypassing safetensors mmap read 2026-08-09 01:18:48 +00: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_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