diff --git a/facefusion/uis/layouts/benchmark.py b/facefusion/uis/layouts/benchmark.py index 65266ec0..b119a1f1 100644 --- a/facefusion/uis/layouts/benchmark.py +++ b/facefusion/uis/layouts/benchmark.py @@ -56,6 +56,7 @@ def render() -> gradio.Blocks: with gradio.Blocks(): download.render() with gradio.Blocks(): + state_manager.set_item('video_memory_strategy', 'tolerant') memory.render() with gradio.Blocks(): benchmark_options.render()