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

Not Launching getting error #118

Open
kayes0001 opened this issue Jan 26, 2024 · 0 comments
Open

Not Launching getting error #118

kayes0001 opened this issue Jan 26, 2024 · 0 comments

Comments

@kayes0001
Copy link

kayes0001 commented Jan 26, 2024

Getting this after I use "START_BARK_INFINITY.bat"

Running command: "C:\language_model\installer_files\conda\condabin\conda.bat" activate "C:\language_model\installer_files\env" >nul && conda
Running command: "C:\language_model\installer_files\conda\condabin\conda.bat" activate "C:\language_model\installer_files\env" >nul && python bark_webui.py
Traceback (most recent call last):
File "C:\language_model\bark\bark_webui.py", line 14, in
from bark_infinity import config
File "C:\language_model\bark\bark_infinity_init_.py", line 1, in
from .api import generate_audio, text_to_semantic, semantic_to_waveform, save_as_prompt
File "C:\language_model\bark\bark_infinity\api.py", line 30, in
from .clonevoice import wav_to_semantics, generate_fine_from_wav, quick_clone
File "C:\language_model\bark\bark_infinity\clonevoice.py", line 33, in
from bark_infinity.hubert.pre_kmeans_hubert import CustomHubert
File "C:\language_model\bark\bark_infinity\hubert\pre_kmeans_hubert.py", line 20, in
from audiolm_pytorch.utils import curtail_to_multiple
File "C:\language_model\installer_files\env\lib\site-packages\audiolm_pytorch_init_.py", line 8, in
from audiolm_pytorch.audiolm_pytorch import AudioLM
File "C:\language_model\installer_files\env\lib\site-packages\audiolm_pytorch\audiolm_pytorch.py", line 23, in
from audiolm_pytorch.soundstream import SoundStream
File "C:\language_model\installer_files\env\lib\site-packages\audiolm_pytorch\soundstream.py", line 20, in
from vector_quantize_pytorch import GroupedResidualVQ
File "C:\language_model\installer_files\env\lib\site-packages\vector_quantize_pytorch_init_.py", line 2, in
from vector_quantize_pytorch.residual_vq import ResidualVQ, GroupedResidualVQ
File "C:\language_model\installer_files\env\lib\site-packages\vector_quantize_pytorch\residual_vq.py", line 13, in
from einx import get_at
File "C:\language_model\installer_files\env\lib\site-packages\einx_init_.py", line 7, in
from . import backend
File "C:\language_model\installer_files\env\lib\site-packages\einx\backend_init_.py", line 27, in
update()
File "C:\language_model\installer_files\env\lib\site-packages\einx\backend_init
.py", line 25, in update
backends.append(backend_factoriesbackend_name)
File "C:\language_model\installer_files\env\lib\site-packages\einx\backend_torch.py", line 127, in make_torch_backend
einx.lru_cache.decorate_traced_functions(torch
.compiler.allow_in_graph)
AttributeError: module 'torch' has no attribute 'compiler'
If there is an error, take note of it here.

Please let me know if there is solution.

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

1 participant