You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python main.py
Traceback (most recent call last):
File "/home/y3/Desktop/try/p/bin/natural_voice_assistant/main.py", line 13, in
from models_voice_assistant.stt_llm_tts_model import STT_LLM_TTS
File "/home/y3/Desktop/try/p/bin/natural_voice_assistant/models_voice_assistant/stt_llm_tts_model.py", line 6, in
from models_voice_assistant.TTS.style_tts2_model import StyleTTS2Model
File "/home/y3/Desktop/try/p/bin/natural_voice_assistant/models_voice_assistant/TTS/style_tts2_model.py", line 11, in
from models import *
ModuleNotFoundError: No module named 'models'
The text was updated successfully, but these errors were encountered:
Hey @y3-rawat, did you cloned the repo with the recurse-submodules argument? So: git clone --recurse-submodules https://github.com/LAION-AI/natural_voice_assistant.git
The voice assistant requires the StyleTTS2 repo to be cloned as well and this is handled by passing this argument.
python main.py
Traceback (most recent call last):
File "/home/y3/Desktop/try/p/bin/natural_voice_assistant/main.py", line 13, in
from models_voice_assistant.stt_llm_tts_model import STT_LLM_TTS
File "/home/y3/Desktop/try/p/bin/natural_voice_assistant/models_voice_assistant/stt_llm_tts_model.py", line 6, in
from models_voice_assistant.TTS.style_tts2_model import StyleTTS2Model
File "/home/y3/Desktop/try/p/bin/natural_voice_assistant/models_voice_assistant/TTS/style_tts2_model.py", line 11, in
from models import *
ModuleNotFoundError: No module named 'models'
The text was updated successfully, but these errors were encountered: