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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: