Error when running start.bat #37
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
inlaunch()
.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
Should be fixed in commit
efa43274bd
.