forked from mrq/tortoise-tts
Compare commits
No commits in common. "4090-cuda-and-api" and "main" have entirely different histories.
4090-cuda-
...
main
|
@ -1,9 +1,7 @@
|
||||||
python -m venv tortoise-venv
|
python -m venv tortoise-venv
|
||||||
call .\tortoise-venv\Scripts\activate.bat
|
call .\tortoise-venv\Scripts\activate.bat
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu118
|
python -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116
|
||||||
python -m pip install --pre torchvision --index-url https://download.pytorch.org/whl/nightly/cu118
|
|
||||||
python -m pip install --pre torchaudio --index-url https://download.pytorch.org/whl/nightly/cu118
|
|
||||||
python -m pip install -r ./requirements.txt
|
python -m pip install -r ./requirements.txt
|
||||||
python setup.py install
|
python setup.py install
|
||||||
deactivate
|
deactivate
|
||||||
|
|
|
@ -2,9 +2,7 @@ python -m venv tortoise-venv
|
||||||
source ./tortoise-venv/bin/activate
|
source ./tortoise-venv/bin/activate
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
# CUDA
|
# CUDA
|
||||||
pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu118
|
pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116
|
||||||
pip install --pre torchvision --index-url https://download.pytorch.org/whl/nightly/cu118
|
|
||||||
pip install --pre torchaudio --index-url https://download.pytorch.org/whl/nightly/cu118
|
|
||||||
python -m pip install -r ./requirements.txt
|
python -m pip install -r ./requirements.txt
|
||||||
python setup.py install
|
python setup.py install
|
||||||
deactivate
|
deactivate
|
||||||
|
|
1
webui.py
1
webui.py
|
@ -779,7 +779,6 @@ def setup_gradio():
|
||||||
submit_event = submit.click(generate,
|
submit_event = submit.click(generate,
|
||||||
inputs=input_settings,
|
inputs=input_settings,
|
||||||
outputs=[selected_voice, output_audio, generation_results],
|
outputs=[selected_voice, output_audio, generation_results],
|
||||||
api_name='generate'
|
|
||||||
)
|
)
|
||||||
|
|
||||||
copy_button.click(import_generate_settings,
|
copy_button.click(import_generate_settings,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user