Re-add comment
This commit is contained in:
@@ -43,6 +43,7 @@ class ComfyWorkflowData(ApiPayload):
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
except (json.JSONDecodeError, IOError):
|
except (json.JSONDecodeError, IOError):
|
||||||
|
# JSON is malformed or file can't be read, fall through to default
|
||||||
log.error(f"Failed to benchmark using {benchmark_file}")
|
log.error(f"Failed to benchmark using {benchmark_file}")
|
||||||
|
|
||||||
# Fallback: read prompts and construct payload
|
# Fallback: read prompts and construct payload
|
||||||
|
|||||||
Reference in New Issue
Block a user