You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've ran start_tts_webui.bat to start the installation. It downloaded all the necessary files and seemed to have completed successfully. But, when I ran start_tts_webui.bat again, I encounter the problem below.
Transcript started, output file is G:\TTS\tts-generation-webui-main\installer_scripts\output.log
"Checking if the Micromamba/Conda environment is already installed."
"Micromamba/Conda environment already installed in G:\TTS\tts-generation-webui-main\installer_files\env, skipping installation"
vswhere is installed, checking for Visual Studio Build Tools installation...
Visual Studio Build Tools is installed, continuing...
Starting init app (version: 0.0.6)...
Checking conda installation...
>conda --version
conda 24.11.2
Pulling updates from tts-generation-webui
>git pull
Auto packing the repository for optimum performance.
See "git help gc" for manual housekeeping.
Enumerating objects: 15538, done.
Counting objects: 100% (15538/15538), done.
Delta compression using up to 16 threads
Compressing objects: 100% (15380/15380), done.
Writing objects: 100% (15538/15538), done.
Total 15538 (delta 2720), reused 0 (delta 0), pack-reused 0 (from 0)
Removing duplicate objects: 100% (256/256), done.
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.
git pull <remote> <branch>
If you wish to set tracking information for this branch you can do so with:
git branch --set-upstream-to=origin/<branch> main
There was a problem while pulling updates. Aborting...
Command failed with exit code 1
Failed to init the app, exiting...
Press any key to continue . . .
The text was updated successfully, but these errors were encountered:
Thank you for the report, I see that git went haywire but can't guess the exact reason.
The purpose of git pull is to get the updates from the main branch, so if this is a one time glitch,
git branch --set-upstream-to=origin/main main
Should fix the installation.
Perhaps git has had an update that changed something or it's using system git, not conda's git.
Note: if anyone else is experiencing this exact bug, please leave a comment so that I know this isn't an outlier.
I've ran start_tts_webui.bat to start the installation. It downloaded all the necessary files and seemed to have completed successfully. But, when I ran start_tts_webui.bat again, I encounter the problem below.
The text was updated successfully, but these errors were encountered: