Replies: 2 comments 1 reply
-
Type this command : cd /d D:\openai.wiki\fish-speech-main
set PYTHONPATH=D:\openai.wiki\fish-speech-main |
Beta Was this translation helpful? Give feedback.
-
(fishspeech_env) D:\openai.wiki\fish-speech-main>python tools/vqgan/inference.py -i C:\Users\Administrator\Desktop\wav\Track_5.wav --checkpoint-path "checkpoints/fish-speech-1.4/firefly-gan-vq-fsq-8x1024-21hz-generator.pth" This is the entire error message, and I have already set the Python environment variables。 Here is the information to verify the successful setting of Python environment variables (fishspeech_env) D:\openai.wiki\fish-speech-main>python There is no problem with the settings, I think it may be due to installation errors of other libraries? Is there a file called 'requirements' that guides the installation of the library? |
Beta Was this translation helpful? Give feedback.
-
I installed it through Python and downloaded the inference model. However, when executing the inference, it prompted that the tools module could not be found. I used pip install tools to install it, but it seems to be incorrect. The error still occurs during execution
Traceback (most recent call last):
File "D:\openai.wiki\fish-speech-main\tools\vqgan\inference.py", line 14, in
from tools.file import AUDIO_EXTENSIONS
ValueError: source code string cannot contain null bytes
Is it because I installed the wrong version of tools or the wrong library file name?
Beta Was this translation helpful? Give feedback.
All reactions