diff --git a/ai/compose.yaml b/ai/compose.yaml index 48802cb..fa3c8b7 100644 --- a/ai/compose.yaml +++ b/ai/compose.yaml @@ -164,6 +164,7 @@ services: image: facefusion-patched:3.5.0-cpu container_name: ${AI_COMPOSE_PROJECT_NAME}_facefusion restart: unless-stopped + tty: true command: ['python', '-u', 'facefusion.py', 'run'] environment: TZ: ${TIMEZONE:-Europe/Berlin}