Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Model]: fishaudio/fish-speech-1.4 #10404

Open
1 task done
cavities opened this issue Nov 17, 2024 · 1 comment
Open
1 task done

[New Model]: fishaudio/fish-speech-1.4 #10404

cavities opened this issue Nov 17, 2024 · 1 comment
Labels
new model Requests to new models

Comments

@cavities
Copy link

The model to consider.

https://huggingface.co/fishaudio/fish-speech-1.4

the githup repo:

https://github.com/fishaudio/fish-speech

Part of this code architecture is a standard transformer . (embeds ? how to integrate) The other part is vgan - fsq Using existing VLLM layers It seems difficult to support using existing VLLM layers.

https://github.com/fishaudio/fish-speech/blob/main/fish_speech/models/text2semantic/llama.py

https://github.com/fishaudio/fish-speech/blob/main/fish_speech/models/vqgan/modules/firefly.py

The closest model vllm already supports.

No response

What's your difficulty of supporting the model you want?

No response

Before submitting a new issue...

  • Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
@cavities cavities added the new model Requests to new models label Nov 17, 2024
@niuzheng168
Copy link

niuzheng168 commented Dec 26, 2024

The only issue is the fish tts use FSQ, which output a tuple (int, int) for each step.
But unfortunately this break the fundamental design of vllm: it hard code the output to a single INT

I request this in Q4 ROAD MAP
but seems no response so far...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new model Requests to new models
Projects
None yet
Development

No branches or pull requests

2 participants