Skip to content

是不是不支持50系显卡啊,我用1050ti成功了,但是用5070有报错,跟torch相关。 #930

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

Open
Fukuaa opened this issue Apr 16, 2025 · 2 comments · Fixed by #932
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Fukuaa
Copy link

Fukuaa commented Apr 16, 2025

No description provided.

@fumiama fumiama added the question Further information is requested label Apr 23, 2025
@fumiama
Copy link
Member

fumiama commented Apr 23, 2025

🉑给出详细报错信息

@tyler-whz
Copy link

tyler-whz commented Apr 24, 2025

(ttsenv) D:\algorithm\tts\ChatTTS-main>python examples/web/webui.py
Traceback (most recent call last):
  File "D:\algorithm\tts\ChatTTS-main\examples\web\webui.py", line 13, in <module>
    from funcs import *
  File "D:\algorithm\tts\ChatTTS-main\examples\web\funcs.py", line 19, in <module>
    import ChatTTS
  File "C:\Users\Admin\anaconda3\envs\ttsenv\lib\site-packages\ChatTTS\__init__.py", line 1, in <module>
    from .core import Chat
  File "C:\Users\Admin\anaconda3\envs\ttsenv\lib\site-packages\ChatTTS\core.py", line 17, in <module>
    from .model import DVAE, Embed, GPT, gen_logits, Tokenizer, Speaker
  File "C:\Users\Admin\anaconda3\envs\ttsenv\lib\site-packages\ChatTTS\model\__init__.py", line 6, in <module>
    from .tokenizer import Tokenizer
  File "C:\Users\Admin\anaconda3\envs\ttsenv\lib\site-packages\ChatTTS\model\tokenizer.py", line 16, in <module>
    class Tokenizer:
  File "C:\Users\Admin\anaconda3\envs\ttsenv\lib\site-packages\ChatTTS\model\tokenizer.py", line 19, in Tokenizer
    tokenizer_path: torch.serialization.FILE_LIKE,
AttributeError: module 'torch.serialization' has no attribute 'FILE_LIKE'

5070 ti 升级torch-2.7.0.dev20250225+cu128-cp310-cp310-win_amd64 代码保存,低版本5070 ti gpu没法用

aibaoku added a commit to aibaoku/ChatTTS that referenced this issue Apr 28, 2025
@fumiama fumiama added bug Something isn't working help wanted Extra attention is needed and removed question Further information is requested labels May 6, 2025
@fumiama fumiama linked a pull request May 6, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants