Merge remote-tracking branch 'origin/feature/temp-comfy-cluster' into feature/temp-comfy-cluster

This commit is contained in:
gexianmeng 2025-05-20 13:39:32 +08:00
commit 15d5c33bf2
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: