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

[BUG:WebUI] 融合的新声音上传无法完成 #71

Closed
3 tasks done
WangLaoShi opened this issue Jun 24, 2024 · 4 comments
Closed
3 tasks done

[BUG:WebUI] 融合的新声音上传无法完成 #71

WangLaoShi opened this issue Jun 24, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@WangLaoShi
Copy link

阅读 README.md 和 dependencies.md

  • 我已经阅读过 README.md 和 dependencies.md 文件

检索 issue 和 discussion

  • 我已经确认之前没有 issue 或 discussion 涉及此 BUG

检查 Forge 版本

  • 我已经确认问题发生在最新代码或稳定版本中

Forge Commit 或者 Tag

123

Python 版本

3.10

PyTorch 版本

1

操作系统信息

Windows

浏览器信息

No response

BUG 描述

生成的融合声音如何上传,目前报Bug

复现步骤

image

融合的文件如下

tmp2uqf2z_1.zip

期望结果

可以实现声音的上传和使用。

实际结果

无效,报错

错误信息

File "C:\Users\win10\.conda\envs\ChatTTS\Lib\site-packages\anyio\to_thread.py", line 56, 
in run_sync
    return await get_async_backend().run_sync_in_worker_thread(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\win10\.conda\envs\ChatTTS\Lib\site-packages\anyio\_backends\_asyncio.py", 
line 2177, in run_sync_in_worker_thread
    return await future
           ^^^^^^^^^^^^
  File "C:\Users\win10\.conda\envs\ChatTTS\Lib\site-packages\anyio\_backends\_asyncio.py", 
line 859, in run
    result = context.run(func, *args)
             ^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\win10\.conda\envs\ChatTTS\Lib\site-packages\gradio\utils.py", line 832, in
 wrapper
    response = f(*args, **kwargs)
               ^^^^^^^^^^^^^^^^^^
  File "C:\Users\win10\.conda\envs\ChatTTS\Lib\site-packages\gradio\utils.py", line 832, in
 wrapper
    response = f(*args, **kwargs)
               ^^^^^^^^^^^^^^^^^^
  File "C:\Users\win10\Documents\GitHub\ChatTTS-Forge\modules\webui\webui_utils.py", line 2
21, in tts_generate
    raise gr.Error("Speaker file is not supported")
gradio.exceptions.Error: 'Speaker file is not supported'
@WangLaoShi WangLaoShi added the bug Something isn't working label Jun 24, 2024
zhzLuke96 added a commit that referenced this issue Jun 24, 2024
@zhzLuke96
Copy link
Member

fixed e7b759f

WangLaoShi added a commit to WangLaoShi/ChatTTS-Forge that referenced this issue Jun 25, 2024
@WangLaoShi
Copy link
Author

fixed e7b759f

上传不报错了。但是上传的声音无法找到。如何查找呢。

@WangLaoShi WangLaoShi changed the title [BUG:WebUI] [BUG:WebUI] 融合的新声音上传无法完成 Jun 25, 2024
@zhzLuke96
Copy link
Member

fixed e7b759f

上传不报错了。但是上传的声音无法找到。如何查找呢。

不清楚你说的上传声音无法找到是什么意思?

我估计你理解错了,webui中所有功能都是不会向系统写入数据的,所以这里的上传之后只会留在 webui 中,也就是内存中

如果你想向系统中添加 speaker ,将 .pt 文件放到 /data/speakers 中即可

@WangLaoShi
Copy link
Author

fixed e7b759f

上传不报错了。但是上传的声音无法找到。如何查找呢。

不清楚你说的上传声音无法找到是什么意思?

我估计你理解错了,webui中所有功能都是不会向系统写入数据的,所以这里的上传之后只会留在 webui 中,也就是内存中

如果你想向系统中添加 speaker ,将 .pt 文件放到 /data/speakers 中即可

跟我理解的上传不是一个意思。那就是上传了,就是当前选了这个是吧。然后用完了,也不会保存;刷新页面后也无法找到这个声音了是吧。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants