From 0f92cdfab16dc1db24b23ff0e0b7fba0d581b2b6 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Sun, 15 Jun 2025 20:26:20 +0200 Subject: [PATCH] Vibe coded benchmark command part3 --- facefusion/uis/components/benchmark.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/facefusion/uis/components/benchmark.py b/facefusion/uis/components/benchmark.py index 5f53b7a..55e1577 100644 --- a/facefusion/uis/components/benchmark.py +++ b/facefusion/uis/components/benchmark.py @@ -56,5 +56,4 @@ def start(benchmark_resolutions : List[str], benchmark_cycles : int) -> Generato state_manager.sync_item('execution_thread_count') state_manager.sync_item('execution_queue_count') - for benchmarks in benchmarker.run_with_progress(): - yield [ list(benchmark.values()) for benchmark in benchmarks ] + yield from benchmarker.run()