Set cost to 100

This commit is contained in:
Rob Ballantyne
2025-08-28 16:13:17 +01:00
parent b482de8394
commit b8377c4081
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ class ComfyWorkflowHandler(EndpointHandler[ComfyWorkflowData]):
@property
def healthcheck_endpoint(self) -> Optional[str]:
return None
return "/health"
@classmethod
def payload_cls(cls) -> Type[ComfyWorkflowData]: