ComfyUI/tests-unit/comfy_test
chelsealong a8a4d4fe0e Free other models' memory before retrying handles_tiling VAE decode
For VAEs that set handles_tiling (MiniMax H3 video, SeedVR2), the tiled
decode fallback ends up calling the exact same decode path as the
regular decode that just OOM'd, so retrying without changing anything
about available memory just fails identically. Free memory held by
other loaded models (including dynamically streamed weights) before
the retry, keeping only the VAE itself loaded, so the retry actually
has a chance to succeed.
2026-08-10 01:10:11 +00:00
..
folder_path_test.py add models-directory launch argument (#9113) 2026-07-08 22:20:47 +08: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 Free other models' memory before retrying handles_tiling VAE decode 2026-08-10 01:10:11 +00:00