1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

Add missing input name/config

This commit is contained in:
space-nuko
2023-05-25 11:59:30 -05:00
parent c33b7c5549
commit 0d834e3a2b

View File

@@ -365,6 +365,8 @@ def validate_inputs(prompt, item, validated):
"message": "Exception when validating node",
"details": str(ex),
"extra_info": {
"input_name": x,
"input_config": info,
"error_type": error_type,
"traceback": traceback.format_tb(tb)
}