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. |
||
|---|---|---|
| .. | ||
| asset_enrichment.py | ||
| cache_provider.py | ||
| caching.py | ||
| graph_utils.py | ||
| graph.py | ||
| jobs.py | ||
| progress.py | ||
| utils.py | ||
| validation.py | ||