mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-23 16:29:25 +08:00
Combo validation errors include the full list of valid options whenever it has 20 or fewer entries, which can dump an entire folder listing (e.g. a model directory) into the error text. Add an opt-in CLI flag that always replaces the list with the existing short length summary while keeping the input name and the offending value, so errors stay debuggable. Default off: behavior is unchanged unless the flag is set. |
||
|---|---|---|
| .. | ||
| format_value_not_in_list_details_test.py | ||
| preview_method_override_test.py | ||
| test_cache_provider.py | ||
| test_enrich_output.py | ||
| validate_node_input_test.py | ||