From 19b36b67a8ca8f65dc7be871958f94ba9bf6bcda Mon Sep 17 00:00:00 2001 From: RANGROO Date: Tue, 21 Jul 2026 13:22:40 -0700 Subject: [PATCH] docs: clarify XTTS dedicated port --- .gitattributes | 2 ++ ddistro_install.sh | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1bbd695 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.sh text eol=lf +*.py text eol=lf diff --git a/ddistro_install.sh b/ddistro_install.sh index 57143ba..def860c 100755 --- a/ddistro_install.sh +++ b/ddistro_install.sh @@ -2,8 +2,8 @@ echo "=== CHIM XTTS Installation ===" echo "" -echo "NOTE: CHIM XTTS and Chatterbox use the same port (8020)." -echo " Only one can be enabled at a time." +echo "XTTS keeps its dedicated DwemerDistro port (8020)." +echo "Chatterbox uses 8023 and Python PocketTTS uses 8024." echo "" cd /home/dwemer/xtts-api-server