Merge branch 'vast-ai:main' into feat/comfyui-json-benchmark-workflow-from-file

This commit is contained in:
Rob Ballantyne
2025-10-08 14:49:32 +01:00
committed by GitHub
+1 -1
View File
@@ -71,7 +71,7 @@ class ComfyWorkflowHandler(EndpointHandler[ComfyWorkflowData]):
@property
def healthcheck_endpoint(self) -> Optional[str]:
return "/health"
return f"{MODEL_SERVER_URL}/health"
@classmethod
def payload_cls(cls) -> Type[ComfyWorkflowData]: