mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
Exception message
This commit is contained in:
parent
62bdd9d26a
commit
52c9590b7b
@ -447,6 +447,7 @@ def validate_inputs(prompt, item, validated):
|
|||||||
"extra_info": {
|
"extra_info": {
|
||||||
"input_name": x,
|
"input_name": x,
|
||||||
"input_config": info,
|
"input_config": info,
|
||||||
|
"exception_message": str(ex),
|
||||||
"exception_type": exception_type,
|
"exception_type": exception_type,
|
||||||
"traceback": traceback.format_tb(tb),
|
"traceback": traceback.format_tb(tb),
|
||||||
"linked_node": val
|
"linked_node": val
|
||||||
|
Loading…
Reference in New Issue
Block a user