Error when running start.bat #185

Closed
opened 2023-03-31 05:44:19 +00:00 by ThrowawayAccount01 · 1 comment

Fresh install, getting this error when running start.bat

C:\Users\LXC PC\Desktop\mrqtts\ai-voice-cloning>call .\venv\Scripts\activate.bat
Traceback (most recent call last):
  File "C:\Users\LXC PC\Desktop\mrqtts\ai-voice-cloning\src\main.py", line 21, in <module>
    webui = setup_gradio()
  File "C:\Users\LXC PC\Desktop\mrqtts\ai-voice-cloning\src\webui.py", line 614, in setup_gradio
    EXEC_SETTINGS['valle_model'] = gr.Dropdown(choices=valle_models, label="VALL-E Model Config", value=args.valle_model if args.valle_model else valle_models[0])
IndexError: list index out of range
Press any key to continue . . .
Fresh install, getting this error when running `start.bat` ``` C:\Users\LXC PC\Desktop\mrqtts\ai-voice-cloning>call .\venv\Scripts\activate.bat Traceback (most recent call last): File "C:\Users\LXC PC\Desktop\mrqtts\ai-voice-cloning\src\main.py", line 21, in <module> webui = setup_gradio() File "C:\Users\LXC PC\Desktop\mrqtts\ai-voice-cloning\src\webui.py", line 614, in setup_gradio EXEC_SETTINGS['valle_model'] = gr.Dropdown(choices=valle_models, label="VALL-E Model Config", value=args.valle_model if args.valle_model else valle_models[0]) IndexError: list index out of range Press any key to continue . . . ```
mrq referenced this issue from a commit 2023-03-31 06:04:05 +00:00
mrq closed this issue 2023-03-31 06:04:05 +00:00

New error after updating:

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

To create a public link, set `share=True` in `launch()`.
Traceback (most recent call last):
  File "C:\Users\LXC PC\Desktop\mrqtts\ai-voice-cloning\src\main.py", line 24, in <module>
    tts = setup_tortoise()
NameError: name 'setup_tortoise' is not defined
Press any key to continue . . .
New error after updating: ``` C:\Users\LXC PC\Desktop\mrqtts\ai-voice-cloning>call .\venv\Scripts\activate.bat Running on local URL: http://127.0.0.1:7860 To create a public link, set `share=True` in `launch()`. Traceback (most recent call last): File "C:\Users\LXC PC\Desktop\mrqtts\ai-voice-cloning\src\main.py", line 24, in <module> tts = setup_tortoise() NameError: name 'setup_tortoise' is not defined Press any key to continue . . . ```
mrq referenced this issue from a commit 2023-03-31 06:56:02 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 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/ai-voice-cloning#185
No description provided.