chore: facefusion

This commit is contained in:
2025-11-12 16:42:41 +01:00
parent 8445256b0f
commit c30d2d7407

View File

@@ -161,7 +161,7 @@ services:
image: ${AI_FACEFUSION_IMAGE:-facefusion/facefusion:3.5.0-cpu}
container_name: ${AI_COMPOSE_PROJECT_NAME}_facefusion
restart: unless-stopped
command: ['python', 'facefusion.py', 'run']
command: ['python', '-u', 'facefusion.py', 'run']
environment:
TZ: ${TIMEZONE:-Europe/Berlin}
volumes: