From 70f0c708e1e2640448e69aab2620496b91fac120 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Thu, 5 Dec 2024 14:13:43 +0100 Subject: [PATCH] Use tolerant for video_memory_strategy in benchmark --- facefusion/uis/layouts/benchmark.py | 1 + 1 file changed, 1 insertion(+) 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()