ComfyUI/tests-unit/comfy_extras_test
bymyself 87ae3d3869 Fix Generate LTX2 Prompt returning an empty string
Non-thinking mode primes a "final" channel, so the Gemma 4 tokenizer decodes
that channel's close marker to a bare </think> with no opening tag. Splitting on
the last </think> then kept everything after it, which is nothing: the node
output an empty string, blanking both Preview Any and the positive conditioning
it feeds in the Text to Video (LTX-2.5) template.

Fall back to the text before the unmatched close, and to the user prompt when
nothing usable is left, which is what both system prompts already ask for.
2026-08-11 17:47:05 -07:00
..
__init__.py [feat] Add ImageStitch node for concatenating images (#8369) 2025-06-01 04:28:52 -04:00
compositor_blend_fixture_gen.py [Partner Nodes] feat: ImageCompositor node with layer-state compositing, layer from bbox and Seedream Layer Separation node (#15317) 2026-08-07 13:25:37 -07:00
compositor_blend_golden.json [Partner Nodes] feat: ImageCompositor node with layer-state compositing, layer from bbox and Seedream Layer Separation node (#15317) 2026-08-07 13:25:37 -07:00
compositor_blend_test.py [Partner Nodes] feat: ImageCompositor node with layer-state compositing, layer from bbox and Seedream Layer Separation node (#15317) 2026-08-07 13:25:37 -07:00
compositor_node_test.py [Partner Nodes] feat: ImageCompositor node with layer-state compositing, layer from bbox and Seedream Layer Separation node (#15317) 2026-08-07 13:25:37 -07:00
image_stitch_test.py [V3] converted nodes_images.py to V3 schema (#11206) 2025-12-26 19:39:02 -08:00
nodes_math_test.py Fix uncaught OverflowError in Math Expression node for large int results (#14214) 2026-06-01 18:15:04 -07:00
nodes_number_convert_test.py fix(number-convert): preserve int precision for large numbers (#13147) 2026-03-25 18:06:34 -04:00
nodes_textgen_test.py Fix Generate LTX2 Prompt returning an empty string 2026-08-11 17:47:05 -07:00
test_seedvr2_conditioning.py Add SeedVR2 support (CORE-6) (#14424) 2026-07-10 15:07:42 +08:00
test_seedvr2_nodes.py Add SeedVR2 support (CORE-6) (#14424) 2026-07-10 15:07:42 +08:00
test_seedvr2_post_processing.py Add SeedVR2 support (CORE-6) (#14424) 2026-07-10 15:07:42 +08:00
test_seedvr2_temporal_chunk.py Add SeedVR2 support (CORE-6) (#14424) 2026-07-10 15:07:42 +08:00