Error after last git. > No module named 'vall_e' #203

Closed
opened 2023-04-13 00:41:11 +07:00 by becausereasons · 0 comments

Just did a fresh install on Win11.

C:\Users\vdrut\Deep\ai-voice-cloning>call .\venv\Scripts\activate.bat
No module named 'vall_e'
Traceback (most recent call last):
File "C:\Users\xxxx\Deep\ai-voice-cloning\src\main.py", line 21, in
webui = setup_gradio()
File "C:\Users\xxxx\Deep\ai-voice-cloning\src\webui.py", line 660, 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

Just did a fresh install on Win11. C:\Users\vdrut\Deep\ai-voice-cloning>call .\venv\Scripts\activate.bat No module named 'vall_e' Traceback (most recent call last): File "C:\Users\xxxx\Deep\ai-voice-cloning\src\main.py", line 21, in <module> webui = setup_gradio() File "C:\Users\xxxx\Deep\ai-voice-cloning\src\webui.py", line 660, 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
mrq referenced this issue from a commit 2023-04-13 03:14:14 +07:00
mrq closed this issue 2023-04-13 03:14:14 +07: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#203
There is no content yet.