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:
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user