Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.sh text eol=lf
*.py text eol=lf
4 changes: 2 additions & 2 deletions ddistro_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down