#!/bin/bash
python3 daemon_clean_wav.py start
gunicorn ...
max@DESKTOP-I2K43GB MINGW64 ~/my_tts (main)
$ git status
On branch main
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
(commit or discard the untracked or modified content in submodules)
modified: pythonProject/tts/audio/backend/FastSpeech2 (modified content, untracked content)
modified: pythonProject/tts/audio/backend/ForwardTacotron (modified content, untracked content)
modified: pythonProject/tts/audio/backend/hifigan (modified content, untracked content)
no changes added to commit (use "git add" and/or "git commit -a")
(base)
max@DESKTOP-I2K43GB MINGW64 ~/my_tts (main)
$ git diff
diff --git a/pythonProject/tts/audio/backend/FastSpeech2 b/pythonProject/tts/audio/backend/FastSpeech2
--- a/pythonProject/tts/audio/backend/FastSpeech2
+++ b/pythonProject/tts/audio/backend/FastSpeech2
@@ -1 +1 @@
-Subproject commit 77f3839965f7415487b4627bf26544a5e15d1b74
+Subproject commit 77f3839965f7415487b4627bf26544a5e15d1b74-dirty
diff --git a/pythonProject/tts/audio/backend/ForwardTacotron b/pythonProject/tts/audio/backend/ForwardTacotron
--- a/pythonProject/tts/audio/backend/ForwardTacotron
+++ b/pythonProject/tts/audio/backend/ForwardTacotron
@@ -1 +1 @@
-Subproject commit 13b075cab6ca2711b750274aca687c761a3077ac
+Subproject commit 13b075cab6ca2711b750274aca687c761a3077ac-dirty
diff --git a/pythonProject/tts/audio/backend/hifigan b/pythonProject/tts/audio/backend/hifigan
--- a/pythonProject/tts/audio/backend/hifigan
+++ b/pythonProject/tts/audio/backend/hifigan
@@ -1 +1 @@
-Subproject commit 4769534d45265d52a904b850da5a622601885777
+Subproject commit 4769534d45265d52a904b850da5a622601885777-dirty
$ git status
On branch main
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
new file: pythonProject/demon_clean_wav.py
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
(commit or discard the untracked or modified content in submodules)
modified: frontend (modified content, untracked content)
modified: pythonProject/.gitignore
modified: pythonProject/controller.py
modified: pythonProject/demon_clean_wav.py
modified: pythonProject/tts/audio/backend/FastSpeech2 (modified content, untracked content)
modified: pythonProject/tts/audio/backend/ForwardTacotron (modified content, untracked content)
modified: pythonProject/tts/saved_models.yaml
Untracked files:
(use "git add <file>..." to include in what will be committed)
pythonProject/tts/audio/backend/hifigan/
git filter-branch --tree-filter 'rm -rf pythonProject/tts/audio/backend/data/*' -f
git push --force origin main
git commit -m "add front"
On branch main
Changes not staged for commit:
modified: frontend (modified content, untracked content)
(modified content, untracked content)
no changes added to commit