Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raised Error Related Models #24

Open
y3-rawat opened this issue Apr 5, 2024 · 1 comment
Open

Raised Error Related Models #24

y3-rawat opened this issue Apr 5, 2024 · 1 comment

Comments

@y3-rawat
Copy link

y3-rawat commented Apr 5, 2024

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'

@braunale
Copy link
Collaborator

braunale commented Apr 7, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants