Error when running start.bat #37

Closed
opened 2023-02-16 08:58:39 +00:00 by ThrowawayAccount01 · 1 comment

I get this error when running start.bat

C:\Users\LXC PC\Desktop\mrqtts\tortoise-tts>call .\tortoise-venv\Scripts\activate.bat
Running on local URL: http://127.0.0.1:7860

To create a public link, set share=True in launch().
Initializating voice-fixer
initialized voice-fixer
Initializating TorToiSe...
Hardware acceleration found:
Traceback (most recent call last):
File "C:\Users\LXC PC\Desktop\mrqtts\tortoise-tts\main.py", line 12, in
mrq.tts = mrq.setup_tortoise()
File "C:\Users\LXC PC\Desktop\mrqtts\tortoise-tts\webui.py", line 667, in setup_tortoise
tts = TextToSpeech(minor_optimizations=not args.low_vram)
File "C:\Users\LXC PC\Desktop\mrqtts\tortoise-tts\tortoise\api.py", line 227, in init
device = get_device(verbose=True)
File "C:\Users\LXC PC\Desktop\mrqtts\tortoise-tts\tortoise\utils\device.py", line 46, in get_device
return torch.device(name)
RuntimeError: Device string must not be empty

I get this error when running start.bat C:\Users\LXC PC\Desktop\mrqtts\tortoise-tts>call .\tortoise-venv\Scripts\activate.bat Running on local URL: http://127.0.0.1:7860 To create a public link, set `share=True` in `launch()`. Initializating voice-fixer initialized voice-fixer Initializating TorToiSe... Hardware acceleration found: Traceback (most recent call last): File "C:\Users\LXC PC\Desktop\mrqtts\tortoise-tts\main.py", line 12, in <module> mrq.tts = mrq.setup_tortoise() File "C:\Users\LXC PC\Desktop\mrqtts\tortoise-tts\webui.py", line 667, in setup_tortoise tts = TextToSpeech(minor_optimizations=not args.low_vram) File "C:\Users\LXC PC\Desktop\mrqtts\tortoise-tts\tortoise\api.py", line 227, in __init__ device = get_device(verbose=True) File "C:\Users\LXC PC\Desktop\mrqtts\tortoise-tts\tortoise\utils\device.py", line 46, in get_device return torch.device(name) RuntimeError: Device string must not be empty
Owner

Should be fixed in commit efa43274bd.

Should be fixed in commit efa43274bdeb80d8356af0c0d05f64f466403ca1.
mrq closed this issue 2023-02-16 13:34:23 +00:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mrq/tortoise-tts#37
No description provided.