ComfyUI/comfy_execution
Matt Miller 6667a7a374 feat: add --truncate-validation-error-lists to shorten combo validation errors
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.
2026-06-12 12:58:59 -07:00
..
asset_enrichment.py feat(assets): include asset id in executed WebSocket message (#13862) 2026-06-10 17:04:52 -07:00
cache_provider.py Revert "Revert "feat: Add CacheProvider API for external distributed caching"" (#12915) 2026-03-12 21:17:50 -07:00
caching.py dynamicVRAM + --cache-ram 2 (CORE-117) (#13603) 2026-04-28 19:15:02 -04:00
graph_utils.py V3 Node Schema Definition - initial (#8656) 2025-07-31 18:02:12 -04:00
graph.py Remove useless annotations imports. (#14105) 2026-05-25 19:23:29 -07:00
jobs.py revert(assets): drop job_ids filter from GET /api/assets (#14408) 2026-06-10 19:23:01 -07:00
progress.py Remove useless annotations imports. (#14105) 2026-05-25 19:23:29 -07:00
utils.py Support for async node functions (#8830) 2025-07-10 14:46:19 -04:00
validation.py feat: add --truncate-validation-error-lists to shorten combo validation errors 2026-06-12 12:58:59 -07:00