From cd3f6f2224f915bb546efba9a3f7d0bc7c8e5e7a Mon Sep 17 00:00:00 2001 From: harisreedhar Date: Fri, 20 Feb 2026 23:25:37 +0530 Subject: [PATCH] init 'face_selector_mode' to many --- tests/test_api_process.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_api_process.py b/tests/test_api_process.py index f18f5dd8..dc8bfe71 100644 --- a/tests/test_api_process.py +++ b/tests/test_api_process.py @@ -38,6 +38,8 @@ def test_client() -> Iterator[TestClient]: state_manager.init_item('download_providers', [ 'github', 'huggingface' ]) state_manager.init_item('download_scope', 'lite') state_manager.init_item('source_paths', None) + state_manager.init_item('processors', [ 'face_swapper' ]) + state_manager.init_item('face_selector_mode', 'many') args_store.register_argument_set( [