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: