diff --git a/docs/en/inference.md b/docs/en/inference.md index d3e05563..0c5c2f42 100644 --- a/docs/en/inference.md +++ b/docs/en/inference.md @@ -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 diff --git a/docs/ja/inference.md b/docs/ja/inference.md index ed558c9d..12fd6c73 100644 --- a/docs/ja/inference.md +++ b/docs/ja/inference.md @@ -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 diff --git a/docs/ko/inference.md b/docs/ko/inference.md index 9e639c23..8e660516 100644 --- a/docs/ko/inference.md +++ b/docs/ko/inference.md @@ -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 diff --git a/docs/pt/inference.md b/docs/pt/inference.md index daae046d..4fb726a4 100644 --- a/docs/pt/inference.md +++ b/docs/pt/inference.md @@ -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 diff --git a/docs/zh/inference.md b/docs/zh/inference.md index 4106b9bc..4d90cca5 100644 --- a/docs/zh/inference.md +++ b/docs/zh/inference.md @@ -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