Giter VIP home page Giter VIP logo

Comments (4)

152334H avatar 152334H commented on September 22, 2024 1

look for a folder named .cache/voicefixer, and delete it. I'm not sure where that is in windows, but it might be in your home user directory.

from dl-art-school.

testusersample1 avatar testusersample1 commented on September 22, 2024

So after installing the microsoft C++ Build Tools it seems to have fixed that issue, however there's now another error

Environment name is set as "DLAS" as per environment.yaml anaconda3/miniconda3 detected in C:\Users\Dominik\anaconda3 Starting conda environment "DLAS" from C:\Users\Dominik\anaconda3 Latest git hash: 5ab4d9e Exception in Tkinter callback Traceback (most recent call last): File "C:\Users\Dominik\anaconda3\envs\DLAS\lib\tkinter\__init__.py", line 1921, in __call__ return self.func(*args) File "C:\Users\Dominik\anaconda3\envs\DLAS\lib\site-packages\customtkinter\windows\widgets\ctk_button.py", line 553, in _clicked self._command() File "C:\Users\Dominik\DL-Art-School\codes\configuration_gui.py", line 353, in playground_nav_button_event self.select_frame_by_name("playground") File "C:\Users\Dominik\DL-Art-School\codes\configuration_gui.py", line 332, in select_frame_by_name self.playground_api = self.start_tts_api(self.playground_model_path_entry) File "C:\Users\Dominik\DL-Art-School\codes\configuration_gui.py", line 656, in start_tts_api from inference import save_gen_with_voicefix File "C:\Users\Dominik\DL-Art-School\./tortoise-tts-fast/tortoise\inference.py", line 167, in <module> vfixer = VoiceFixer() File "C:\Users\Dominik\anaconda3\envs\DLAS\lib\site-packages\voicefixer\base.py", line 13, in __init__ self._model = voicefixer_fe(channels=2, sample_rate=44100) File "C:\Users\Dominik\anaconda3\envs\DLAS\lib\site-packages\voicefixer\restorer\model.py", line 180, in __init__ self.vocoder = Vocoder(sample_rate=44100) File "C:\Users\Dominik\anaconda3\envs\DLAS\lib\site-packages\voicefixer\vocoder\base.py", line 19, in __init__ self._load_pretrain(Config.ckpt) File "C:\Users\Dominik\anaconda3\envs\DLAS\lib\site-packages\voicefixer\vocoder\base.py", line 26, in _load_pretrain checkpoint = load_checkpoint(pth, torch.device("cpu")) File "C:\Users\Dominik\anaconda3\envs\DLAS\lib\site-packages\voicefixer\vocoder\model\util.py", line 111, in load_checkpoint checkpoint = torch.load(checkpoint_path, map_location=device) File "C:\Users\Dominik\anaconda3\envs\DLAS\lib\site-packages\torch\serialization.py", line 777, in load with _open_zipfile_reader(opened_file) as opened_zipfile: File "C:\Users\Dominik\anaconda3\envs\DLAS\lib\site-packages\torch\serialization.py", line 282, in __init__ super(_open_zipfile_reader, self).__init__(torch._C.PyTorchFileReader(name_or_buffer)) RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory

RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory, tried a complete clean install however no luck so far.

from dl-art-school.

152334H avatar 152334H commented on September 22, 2024

e.g. C:\Users\Dominik\.cache\voicefixer

from dl-art-school.

testusersample1 avatar testusersample1 commented on September 22, 2024

look for a folder named .cache/voicefixer, and delete it. I'm not sure where that is in windows, but it might be in your home user directory.

that fixed it thanks,
For anyone else with this issue, the path would be C:\Users[yourusername].cache\voicefixer

from dl-art-school.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.