add comfyui async
This commit is contained in:
@@ -69,6 +69,11 @@ worker_config = WorkerConfig(
|
||||
benchmark_config=BenchmarkConfig(
|
||||
dataset=benchmark_dataset,
|
||||
)
|
||||
),
|
||||
HandlerConfig(
|
||||
route="/generate/async",
|
||||
allow_parallel_requests=False,
|
||||
max_queue_time=10.0
|
||||
)
|
||||
],
|
||||
log_action_config=LogActionConfig(
|
||||
|
||||
Reference in New Issue
Block a user