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()