mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-14 05:25:23 +00:00
Add missing input name/config
This commit is contained in:
@@ -365,6 +365,8 @@ def validate_inputs(prompt, item, validated):
|
|||||||
"message": "Exception when validating node",
|
"message": "Exception when validating node",
|
||||||
"details": str(ex),
|
"details": str(ex),
|
||||||
"extra_info": {
|
"extra_info": {
|
||||||
|
"input_name": x,
|
||||||
|
"input_config": info,
|
||||||
"error_type": error_type,
|
"error_type": error_type,
|
||||||
"traceback": traceback.format_tb(tb)
|
"traceback": traceback.format_tb(tb)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user