ComfyUI/tests/execution
DeniDoman 9a5d582c15 fix(jobs): prefer media over text for job preview_output
get_outputs_summary shared a single fallback slot between text and
non-output media, so a text node iterated before an image (e.g. a temp
preview) claimed the preview and masked the image, surfacing a text
cover for mixed image+text jobs. Give text its own lowest-priority slot
so a media thumbnail always wins; text is used only when the job
produced no image/video/audio/3d output.

Adds coverage for the previously-untested text preview path.
2026-06-30 00:20:39 +02:00
..
testing_nodes/testing-pack Update nodes categories and display names (CORE-89) (#13786) 2026-05-08 01:02:55 -04:00
extra_model_paths.yaml Fix progress update crossover between users (#9706) 2025-09-04 19:13:28 -04:00
test_async_nodes.py Multi-threaded load of models from disk (big load time speedups & Offload to disk) (CORE-43,CORE-152,CORE-164,CORE-165,CORE-117) (#13802) 2026-05-20 17:03:58 -07:00
test_execution.py Multi-threaded load of models from disk (big load time speedups & Offload to disk) (CORE-43,CORE-152,CORE-164,CORE-165,CORE-117) (#13802) 2026-05-20 17:03:58 -07:00
test_jobs.py fix(jobs): prefer media over text for job preview_output 2026-06-30 00:20:39 +02:00
test_preview_method.py feat(preview): add per-queue live preview method override (#11261) 2025-12-15 15:57:39 -08:00
test_progress_isolation.py Fix progress update crossover between users (#9706) 2025-09-04 19:13:28 -04:00
test_public_api.py [fix] Fixes non-async public API access (#10857) 2025-11-23 22:56:20 -08:00