When deploying the agent to the final step, the Gradio page has already appeared, but an error is reported when starting a conversation.
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
✔️ Expected Behavior
No response
❌ Actual Behavior
No response
please roll back to v1.4.3 to use the agent.
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.