ComfyUI/tests-unit/comfy_test
abhay-codes07 02c7fdf349
Fix kl_optimal scheduler producing NaN at steps=1
kl_optimal_scheduler divided torch.arange(n) by (n - 1), which is a
division by zero when n == 1, making the first sigma NaN and corrupting
the whole generation. steps=1 is a valid KSampler/BasicScheduler input.
Clamp the divisor to at least 1 so a single step starts at sigma_max.
2026-07-12 17:56:25 +05:30
..
folder_path_test.py add models-directory launch argument (#9113) 2026-07-08 22:20:47 +08:00
kl_optimal_scheduler_test.py Fix kl_optimal scheduler producing NaN at steps=1 2026-07-12 17:56:25 +05:30
model_detection_test.py Add SeedVR2 support (CORE-6) (#14424) 2026-07-10 15:07:42 +08: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