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

When deploying the agent to the final step, the Gradio page has already appeared, but an error is reported when starting a conversation.

Open qxevtnuko opened this issue 1 year ago • 1 comments

Self Checks

  • [X] This template is only for bug reports. For questions, please visit Discussions.
  • [X] I have thoroughly reviewed the project documentation (installation, training, inference) but couldn't find information to solve my problem. English 中文 日本語 Portuguese (Brazil)
  • [X] I have searched for existing issues, including closed ones. Search issues
  • [X] I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [X] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • [X] Please do not modify this template and fill in all required fields.

Cloud or Self Hosted

Self Hosted (Source)

Environment Details

windows, python 3.10 , gpu3060 12g, model quantited int8(model.pth), (firefly-gan-vq-fsq-8x1024-21hz-generator.pth)no change.

Steps to Reproduce

Terminal 2

response = await iterator.anext() File "E:\PythonProject1\fish-speech\tools\e2e_webui.py", line 125, in process_text_input async for event in process_audio_input( File "E:\PythonProject1\fish-speech\tools\e2e_webui.py", line 100, in process_audio_input async for event in agent.stream( File "E:\PythonProject1\fish-speech\tools\fish_e2e.py", line 131, in stream sys_codes = await self.get_codes(system_audio_data, sample_rate) File "E:\PythonProject1\fish-speech\tools\fish_e2e.py", line 118, in get_codes codes = encode_response_data["tokens"][0] TypeError: 'int' object is not subscriptable

Terminal 1

from .intervals import INTERVALS File "C:\Users\Administrator.conda\envs\fish-speech\lib\site-packages\librosa\core\intervals.py", line 18, in INTERVALS = msgpack.load(fdesc, strict_map_key=False) File "C:\Users\Administrator.conda\envs\fish-speech\lib\site-packages\msgpack_init.py", line 58, in unpack return unpackb(data, **kwargs) File "C:\Users\Administrator.conda\envs\fish-speech\lib\site-packages\msgpack\fallback.py", line 118, in unpackb unpacker = Unpacker(None, **kwargs) TypeError: Unpacker.init() got an unexpected keyword argument 'strict_map_key' INFO: 127.0.0.1:52395 - "POST /v1/vqgan/encode HTTP/1.1" 500 Internal Server Error

✔️ Expected Behavior

No response

❌ Actual Behavior

No response

qxevtnuko avatar Dec 07 '24 14:12 qxevtnuko

please roll back to v1.4.3 to use the agent.

PoTaTo-Mika avatar Dec 10 '24 05:12 PoTaTo-Mika

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Jan 10 '25 00:01 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale.

github-actions[bot] avatar Jan 25 '25 00:01 github-actions[bot]