-
-
只能用GPU吗?CPU不能跑是吗?
-
eeejdeMac-mini:chattts eeejeeej$ python3 app.py
Traceback (most recent call last):
File "/Users/eeejeeej/Documents/Github/chattts/app.py", line 3, in
import ChatTTS
File "/Users/eeejeeej/…
-
/Users/lizhihua/data/chattts/ChatTTS-ui/venv/lib/python3.9/site-packages/urllib3/__init__.py:35: NotOpenSSLWarning: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with…
-
```
INFO:ChatTTS.core:Load from cache: /Users/garrick/.cache/huggingface/hub/models--2Noise--ChatTTS/snapshots/f75c0b89484b01436b422debba01e276c8f6de84
WARNING:ChatTTS.utils.gpu_utils:No GPU found, …
-
要对python 版本降级么?
`INFO:ChatTTS.core:Load from local: D:/tools/100AIGC/chatTTS-ui/models\pzc163\chatTTS
WARNING:ChatTTS.utils.gpu_utils:No GPU found, use CPU instead
INFO:ChatTTS.core:use cpu
INFO…
-
py软件里是否可以设置chattts参数?
-
When I try to run this code:
```
chat = ChatTTS.Chat()
chat.load_models()
```
output:
```
WARNING:ChatTTS.utils.gpu_utils:No GPU found, use CPU instead
INFO:ChatTTS.core:use cpu
WARNING:…
-
import ChatTTS
import torch
import torchaudio
from IPython.display import Audio
chat = ChatTTS.Chat()
chat.load_models(compile=True) # Set to True for better performance
texts = ["PUT YOUR …
-
2024-06-01 00:48:11,055 - modelscope - INFO - PyTorch version 2.3.0 Found.
2024-06-01 00:48:11,056 - modelscope - INFO - Loading ast index from C:\Users\XXX\.cache\modelscope\ast_indexer
2024-06-01 …