ComfyUI/tests-unit/comfy_test
chelsealong 624053ee2f Validate full safetensors data region is contiguous in no-mmap loader
Per-tensor ranges were checked individually but gaps, overlaps, a
non-zero first offset, and trailing bytes were still accepted. Sort
ranges by start and require the data region to be fully and
contiguously covered, matching safetensors' own validation on the
mmap path. Adds corruption tests for a gap, an overlap, and trailing
bytes.
2026-08-09 01:46:06 +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 Validate full safetensors data region is contiguous in no-mmap loader 2026-08-09 01:46:06 +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