Skip to content

Commit

Permalink
fix: update command to start WebUI in documentation (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
sd0ric4 authored Dec 20, 2024
1 parent f54c50f commit 47057d2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/en/inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ The currently supported reference audio has a maximum total duration of 90 secon
You can start the WebUI using the following command:

```bash
python -m tools.webui \
python -m tools.run_webui \
--llama-checkpoint-path "checkpoints/fish-speech-1.5" \
--decoder-checkpoint-path "checkpoints/fish-speech-1.5/firefly-gan-vq-fsq-8x1024-21hz-generator.pth" \
--decoder-config-name firefly_gan_vq
Expand Down
2 changes: 1 addition & 1 deletion docs/ja/inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ python -m tools.api_client \
次のコマンドを使用して WebUI を起動できます:

```bash
python -m tools.webui \
python -m tools.run_webui \
--llama-checkpoint-path "checkpoints/fish-speech-1.5" \
--decoder-checkpoint-path "checkpoints/fish-speech-1.5/firefly-gan-vq-fsq-8x1024-21hz-generator.pth" \
--decoder-config-name firefly_gan_vq
Expand Down
2 changes: 1 addition & 1 deletion docs/ko/inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ python -m tools.api_client \
다음 명령으로 WebUI를 시작할 수 있습니다:

```bash
python -m tools.webui \
python -m tools.run_webui \
--llama-checkpoint-path "checkpoints/fish-speech-1.5" \
--decoder-checkpoint-path "checkpoints/fish-speech-1.5/firefly-gan-vq-fsq-8x1024-21hz-generator.pth" \
--decoder-config-name firefly_gan_vq
Expand Down
2 changes: 1 addition & 1 deletion docs/pt/inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ O comando acima indica a síntese do áudio desejada de acordo com as informaç
Para iniciar a WebUI de Inferência execute o seguinte comando:

```bash
python -m tools.webui \
python -m tools.run_webui \
--llama-checkpoint-path "checkpoints/fish-speech-1.5" \
--decoder-checkpoint-path "checkpoints/fish-speech-1.5/firefly-gan-vq-fsq-8x1024-21hz-generator.pth" \
--decoder-config-name firefly_gan_vq
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/inference.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ python -m tools.api_client \
你可以使用以下命令来启动 WebUI:

```bash
python -m tools.webui \
python -m tools.run_webui \
--llama-checkpoint-path "checkpoints/fish-speech-1.5" \
--decoder-checkpoint-path "checkpoints/fish-speech-1.5/firefly-gan-vq-fsq-8x1024-21hz-generator.pth" \
--decoder-config-name firefly_gan_vq
Expand Down

0 comments on commit 47057d2

Please sign in to comment.