|
5 | 5 | ## Installation on Windows
|
6 | 6 |
|
7 | 7 | 1. Open Source TTS 다운로드
|
8 |
| - - [fish-speech](https://github.com/fishaudio/fish-speech) -> Code -> Dounload Zip<br/> |
| 8 | + - [fish-speech](https://github.com/fishaudio/fish-speech) -> Code -> Dounload Zip<br/> |
9 | 9 | - unzip files
|
10 | 10 | 2. Double click **install_env.bat**
|
11 | 11 | - install miniconda, create virtual env, install packages
|
12 | 12 | 3. If you want to enable compilation acceleration:
|
13 | 13 | 1. Download and install the [LLVM compiler-17.0.6](https://huggingface.co/fishaudio/fish-speech-1/resolve/main/LLVM-17.0.6-win64.exe?download=true)
|
14 |
| - - check the `Add Path to Current User`<br/> |
| 14 | + - check the `Add Path to Current User`<br/> |
15 | 15 | 2. Download and install the Microsoft Visual C++ Redistributable [MSVC++ 14.40.33810.0 Download](https://aka.ms/vs/17/release/vc_redist.x64.exe)
|
16 | 16 | 3. Download and install Visual Studio Community Edition to get MSVC++ build tools
|
17 | 17 | - [Visual Studio Download](https://visualstudio.microsoft.com/ko/downloads/)
|
18 | 18 | - After installing Visual Studio Installer, download `Visual Studio Community 2022`.
|
19 |
| - - As shown below, click the `Modify` button and find the `Desktop development with C++` option to select and download.<br/> |
20 |
| - 4. Download and install [CUDA Toolkit 12.1](https://developer.nvidia.com/cuda-12-1-0-download-archive?target_os=Windows&target_arch=x86_64)<br/> |
| 19 | + - As shown below, click the `Modify` button and find the `Desktop development with C++` option to select and download.<br/> |
| 20 | + 4. Download and install [CUDA Toolkit 12.1](https://developer.nvidia.com/cuda-12-1-0-download-archive?target_os=Windows&target_arch=x86_64)<br/> |
21 | 21 |
|
22 | 22 |
|
23 | 23 | ## Inference using Web UI
|
|
44 | 44 | ```
|
45 | 45 |
|
46 | 46 | ## References
|
47 |
| - - [Fish-speech document](https://speech.fish.audio/) |
| 47 | + - [Fish-speech document](https://speech.fish.audio/) |
0 commit comments