add comfyui async

This commit is contained in:
Lucas Armand
2025-12-23 18:11:10 -08:00
parent 5f9580dde2
commit 82023f1cfb
+5
View File
@@ -69,6 +69,11 @@ worker_config = WorkerConfig(
benchmark_config=BenchmarkConfig( benchmark_config=BenchmarkConfig(
dataset=benchmark_dataset, dataset=benchmark_dataset,
) )
),
HandlerConfig(
route="/generate/async",
allow_parallel_requests=False,
max_queue_time=10.0
) )
], ],
log_action_config=LogActionConfig( log_action_config=LogActionConfig(