1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00
This commit is contained in:
space-nuko
2023-05-25 13:11:34 -05:00
parent e2d080b694
commit a9e7e23724

View File

@@ -499,9 +499,7 @@ def validate_inputs(prompt, item, validated):
if r is not True:
details = f"{x}"
if r is not False:
details += f": {str(r)}"
else:
details += "."
details += f" - {str(r)}"
error = {
"type": "custom_validation_failed",