diff --git a/install_tortiose_tts.bat b/install_tortiose_tts.bat deleted file mode 100644 index 3baf7583..00000000 --- a/install_tortiose_tts.bat +++ /dev/null @@ -1,50 +0,0 @@ -@echo off -cd /D %~dp0 - -:Isolation -call conda deactivate 2>NUL -set Path=%windir%\system32;%windir%;C:\Windows\System32\Wbem;%windir%\System32\WindowsPowerShell\v1.0\;%windir%\System32\OpenSSH\ -SET CONDA_SHLVL= -SET PYTHONNOUSERSITE=1 -SET PYTHONPATH= - -rmdir /S /Q flask_session 2>NUL - -TITLE KoboldAI - Server -SET /P M=nul -subst K: miniconda3 >nul -call K:\python\condabin\activate -pip install git+https://github.com/neonbjb/tortoise-tts progressbar inflect librosa rotary-embedding-torch unidecode lazy_loader llvmlite numba joblib decorator audioread msgpack pooch scikit-learn soundfile soxr platformdirs threadpoolctl pydantic-core annotated-types pydantic --no-dependencies -pip install torchaudio --index-url https://download.pytorch.org/whl/cu118 -pip install -r requirements.txt --no-dependencies -cmd /k -pause -exit - -:drivemap_B -ECHO Runtime launching in B: drive mode -subst /D B: >nul -subst B: miniconda3 >nul -call B:\python\condabin\activate -pip install git+https://github.com/neonbjb/tortoise-tts progressbar inflect librosa rotary-embedding-torch unidecode lazy_loader llvmlite numba joblib decorator audioread msgpack pooch scikit-learn soundfile soxr platformdirs threadpoolctl pydantic-core annotated-types pydantic --no-dependencies -pip install torchaudio --index-url https://download.pytorch.org/whl/cu118 -pip install -r requirements.txt --no-dependencies -cmd /k -pause -exit \ No newline at end of file diff --git a/install_tortiose_tts.sh b/install_tortiose_tts.sh deleted file mode 100755 index 1a978ab4..00000000 --- a/install_tortiose_tts.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -bin/micromamba run -r runtime -n koboldai pip install git+https://github.com/neonbjb/tortoise-tts OmegaConf deepspeed -bin/micromamba run -r runtime -n koboldai pip install torchaudio --index-url https://download.pytorch.org/whl/cu118 -bin/micromamba run -r runtime -n koboldai pip install -r requirements.txt --no-dependencies