From 903a58956ac2e6af02a2af5753b956aed91c965b Mon Sep 17 00:00:00 2001 From: "kyj@bowong.ai" Date: Tue, 20 May 2025 11:00:46 +0800 Subject: [PATCH] =?UTF-8?q?FIX=20=E4=BF=AE=E6=94=B9=E4=B8=8D=E8=A7=84?= =?UTF-8?q?=E8=8C=83=E7=9A=84=E8=BF=94=E5=9B=9E=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/cluster/comfyui_v1.py | 2 +- src/cluster/comfyui_v2.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cluster/comfyui_v1.py b/src/cluster/comfyui_v1.py index c3daad1..11ffd47 100644 --- a/src/cluster/comfyui_v1.py +++ b/src/cluster/comfyui_v1.py @@ -390,7 +390,7 @@ with comfyui_image.imports(): except Exception as e: # 异常处理 - 使用捕获的异常对象e - j = {"status": "fail", "msg": str(e)} + j = {"status": "failed", "msg": str(e)} logger.error(f"处理异常: {str(e)}") try: diff --git a/src/cluster/comfyui_v2.py b/src/cluster/comfyui_v2.py index 3e8f5ea..3830626 100644 --- a/src/cluster/comfyui_v2.py +++ b/src/cluster/comfyui_v2.py @@ -359,7 +359,7 @@ with comfyui_latentsync_1_5_image.imports(): except Exception as e: # 异常处理 - 使用捕获的异常对象e - j = {"status": "fail", "msg": str(e)} + j = {"status": "failed", "msg": str(e)} logger.error(f"处理异常: {str(e)}") try: