Skip to content

Commit c60eca1

Browse files
authored
Update README.md
fix reference error
1 parent 49ec37c commit c60eca1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
## Installation on Windows
66

77
1. Open Source TTS 다운로드
8-
- [fish-speech](https://github.com/fishaudio/fish-speech) -> Code -> Dounload Zip<br/>![](../customTTS/img/install_1.jpg)
8+
- [fish-speech](https://github.com/fishaudio/fish-speech) -> Code -> Dounload Zip<br/>![](./img/install_1.jpg)
99
- unzip files
1010
2. Double click **install_env.bat**
1111
- install miniconda, create virtual env, install packages
1212
3. If you want to enable compilation acceleration:
1313
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/>![](../customTTS/img/install_2.jpg)
14+
- check the `Add Path to Current User`<br/>![](./img/install_2.jpg)
1515
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)
1616
3. Download and install Visual Studio Community Edition to get MSVC++ build tools
1717
- [Visual Studio Download](https://visualstudio.microsoft.com/ko/downloads/)
1818
- 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/>![](../customTTS/img/install_3.jpg)
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/>![](../customTTS/img/install_4.jpg)
19+
- As shown below, click the `Modify` button and find the `Desktop development with C++` option to select and download.<br/>![](./img/install_3.jpg)
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/>![](./img/install_4.jpg)
2121

2222

2323
## Inference using Web UI
@@ -44,4 +44,4 @@
4444
```
4545
4646
## References
47-
- [Fish-speech document](https://speech.fish.audio/)
47+
- [Fish-speech document](https://speech.fish.audio/)

0 commit comments

Comments
 (0)