content store (#1225)

* introduce content store for content analyser

* introduce content store for content analyser part2

* guard content store as well

* minor changes

* minor changes

* minor changes
This commit is contained in:
Henry Ruhs
2026-08-27 11:23:18 +02:00
committed by GitHub
parent b9d2ecd28a
commit 1362afa8b7
11 changed files with 138 additions and 122 deletions
+2 -1
View File
@@ -45,7 +45,8 @@ async def test_process_image() -> None:
}
]
await process_image(websocket_mock)
with patch('facefusion.apis.stream_manager.analyse_frame', return_value = False):
await process_image(websocket_mock)
websocket_mock.send_bytes.assert_called_once()