diff --git a/custom_routes.py b/custom_routes.py index 861fb3a..e2a2e26 100644 --- a/custom_routes.py +++ b/custom_routes.py @@ -124,7 +124,7 @@ async def comfy_deploy_run(request): } }) - if "node_errors" in res: + if "node_errors" in res and res["node_errors"]: status = 400 await update_run_with_output(prompt_id, { "error": {