You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This template is only for bug reports. For questions, please visit Discussions.
I have thoroughly reviewed the project documentation (installation, training, inference) but couldn't find information to solve my problem. English中文日本語Portuguese (Brazil)
I have searched for existing issues, including closed ones. Search issues
I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
Please do not modify this template and fill in all required fields.
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
The text was updated successfully, but these errors were encountered:
qxevtnuko
changed the title
部署agent到最后一步,已经出现了gradio页面,但是对话就报错
When deploying the agent to the final step, the Gradio page has already appeared, but an error is reported when starting a conversation.
Dec 8, 2024
Self Checks
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
The text was updated successfully, but these errors were encountered: