From 025118a25e875a00453d968dbf06aa9d85e6be01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Thu, 13 Nov 2025 05:47:32 +0100 Subject: [PATCH] fix: use simple run command without extra flags --- ai/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/entrypoint.sh b/ai/entrypoint.sh index f3dfb20..5c6a25c 100755 --- a/ai/entrypoint.sh +++ b/ai/entrypoint.sh @@ -13,4 +13,4 @@ else fi echo "Starting Facefusion..." -exec python -u facefusion.py headless-run --execution-providers cpu +exec python -u facefusion.py run