fish-speech icon indicating copy to clipboard operation
fish-speech copied to clipboard

[BUG] 运行窗口出现如下代码,单击后程序自动退出。

Open geforce213 opened this issue 1 year ago • 2 comments

Active code page: 65001 "HF_ENDPOINT: https://hf-mirror.com" "NO_PROXY: localhost, 127.0.0.1, 0.0.0.0" The system cannot find the path specified. Debug: flags = --listen 0.0.0.0:8080 --llama-checkpoint-path "checkpoints/fish-speech-1.2-sft" --decoder-checkpoint-path "checkpoints/fish-speech-1.2-sft/firefly-gan-vq-fsq-4x1024-42hz-generator.pth" --decoder-config-name firefly_gan_vq

Next launch the page... The system cannot find the path specified. Press any key to continue . . .

geforce213 avatar Jul 23 '24 08:07 geforce213

先按照文档里的步骤装好环境。

AnyaCoder avatar Jul 23 '24 08:07 AnyaCoder

我也一样

YukiChoco avatar Jul 25 '24 12:07 YukiChoco

I have a similar issue. When I try to run start.bat I get this:

#Active code page: 65001
"HF_ENDPOINT: https://hf-mirror.com"
"NO_PROXY: localhost, 127.0.0.1, 0.0.0.0"

There are special characters in the current path, please make the path of fish-speech free of special characters before running.
Press any key to continue . . .

I already created my virtual environment with at the beginning. I did all of these steps in the venv:

#Create a python 3.10 virtual environment, you can also use virtualenv conda create -n fish-speech python=3.10 conda activate fish-speech

Install pytorch pip3 install torch==2.4.1 torchvision==0.19.1 torchaudio==2.4.1 --index-url https://download.pytorch.org/whl/cu121

Install fish-speech pip3 install -e .

(Enable acceleration) Install triton-windows pip install https://github.com/AnyaCoder/fish-speech/releases/download/v0.1.0/triton_windows-0.1.0-py3-none-any.whl

But, I still go that issue.

Am I missing something?

Tezozomoctli avatar Dec 30 '24 05:12 Tezozomoctli