[Errno 22] Invalid argument: '...--chatterbox\...\ve.pt'
System: Windows ARM64
<details><summary>Chatterbox tts try 1</summary>
```py
Fetching 6 files: 83%|########3 | 5/6 [00:18<00:03, 3.88s/it]
Fetching 6 files: 100%|##########| 6/6 [00:18<00:00, 3.12s/it]
2026-06-05 16:37:14,741 - backend.utils.progress - ERROR - Marked chatterbox-tts as error: [Errno 22] Invalid argument: 'C:\\Users\\maste\\.cache\\huggingface\\hub\\models--ResembleAI--chatterbox\\snapshots\\ef85ce7bef2f3f1a74d0d837d379d2fcb68203cd\\ve.pt'
Traceback (most recent call last):
File "backend\services\generation.py", line 64, in run_generation
File "backend\backends\__init__.py", line 521, in load_engine_model
File "backend\backends\chatterbox_backend.py", line 71, in load_model
File "asyncio\threads.py", line 25, in to_thread
File "concurrent\futures\thread.py", line 59, in run
File "backend\backends\chatterbox_backend.py", line 96, in _load_model_sync
File "chatterbox\mtl_tts.py", line 220, in from_pretrained
File "chatterbox\mtl_tts.py", line 174, in from_local
File "backend\backends\chatterbox_backend.py", line 91, in _patched_load
File "torch\serialization.py", line 1530, in load
with _open_file_like(f, "rb") as opened_file:
^^^^^^^^^^^^^^^^^^^^^^^^
File "torch\serialization.py", line 795, in _open_file_like
return _open_file(name_or_buffer, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "torch\serialization.py", line 776, in __init__
super().__init__(open(name, mode)) # noqa: SIM115
^^^^^^^^^^^^^^^^
OSError: [Errno 22] Invalid argument: 'C:\\Users\\maste\\.cache\\huggingface\\hub\\models--ResembleAI--chatterbox\\snapshots\\ef85ce7bef2f3f1a74d0d837d379d2fcb68203cd\\ve.pt'
```
</details>
<details><summary>Try 2</summary>
```py
Fetching 6 files: 0%| | 0/6 [00:00<?, ?it/s]
Fetching 6 files: 17%|#6 | 1/6 [00:02<00:14, 2.89s/it]
Fetching 6 files: 100%|##########| 6/6 [00:02<00:00, 2.08it/s]
2026-06-05 16:39:21,237 - backend.utils.progress - ERROR - Marked chatterbox-tts as error: [Errno 22] Invalid argument: 'C:\\Users\\maste\\.cache\\huggingface\\hub\\models--ResembleAI--chatterbox\\snapshots\\ef85ce7bef2f3f1a74d0d837d379d2fcb68203cd\\ve.pt'
Traceback (most recent call last):
File "backend\services\generation.py", line 64, in run_generation
File "backend\backends\__init__.py", line 521, in load_engine_model
File "backend\backends\chatterbox_backend.py", line 71, in load_model
File "asyncio\threads.py", line 25, in to_thread
File "concurrent\futures\thread.py", line 59, in run
File "backend\backends\chatterbox_backend.py", line 96, in _load_model_sync
File "chatterbox\mtl_tts.py", line 220, in from_pretrained
File "chatterbox\mtl_tts.py", line 174, in from_local
File "backend\backends\chatterbox_backend.py", line 91, in _patched_load
File "torch\serialization.py", line 1530, in load
with _open_file_like(f, "rb") as opened_file:
^^^^^^^^^^^^^^^^^^^^^^^^
File "torch\serialization.py", line 795, in _open_file_like
return _open_file(name_or_buffer, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "torch\serialization.py", line 776, in __init__
super().__init__(open(name, mode)) # noqa: SIM115
^^^^^^^^^^^^^^^^
OSError: [Errno 22] Invalid argument: 'C:\\Users\\maste\\.cache\\huggingface\\hub\\models--ResembleAI--chatterbox\\snapshots\\ef85ce7bef2f3f1a74d0d837d379d2fcb68203cd\\ve.pt'
2026-06-05 16:39:21,256 - backend.utils.progress - INFO - Download error for chatterbox-tts, closing SSE connection
2026-06-05 16:39:21,256 - backend.utils.progress - INFO - SSE client unsubscribed from chatterbox-tts, remaining listeners: 0
```
</details>
0 条评论