Error after last git. > No module named 'vall_e' #203
Labels
No Label
bug
duplicate
enhancement
help wanted
insufficient info
invalid
news
not a bug
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mrq/ai-voice-cloning#203
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?
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