Code Monkey home page Code Monkey logo

onlyspeaktts's People

Contributors

pandaily591 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

onlyspeaktts's Issues

Where to get the .pt files?

Where can I find the .pt files that should be in the same folder as the voices? It is erroring for me trying to load the .pt files:

 * Serving Flask app 'server'
 * Debug mode: off
CHANGING VOICE...
Loaded 1.mp3
Loaded 2.mp3
Loaded 3.mp3
Loaded 4.mp3
Loaded 5.mp3
[2023-10-21 12:34:38,907] ERROR in app: Exception on / [POST]
Traceback (most recent call last):
  File "C:\Users\root\anaconda3\envs\OnlySpeakTTS\lib\site-packages\flask\app.py", line 1455, in wsgi_app
    response = self.full_dispatch_request()
  File "C:\Users\root\anaconda3\envs\OnlySpeakTTS\lib\site-packages\flask\app.py", line 869, in full_dispatch_request
    rv = self.handle_user_exception(e)
  File "C:\Users\root\anaconda3\envs\OnlySpeakTTS\lib\site-packages\flask\app.py", line 867, in full_dispatch_request
    rv = self.dispatch_request()
  File "C:\Users\root\anaconda3\envs\OnlySpeakTTS\lib\site-packages\flask\app.py", line 852, in dispatch_request
    return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)
  File "C:\ai\OnlySpeakTTS\server.py", line 55, in result
    LOADED_VOICE = synthesizer.load_voice(os.path.join("voice_tensors", CURRENT_VOICE))
  File "C:\ai\OnlySpeakTTS\src\speech.py", line 151, in load_voice
    voice.append(torch.load(f"{voice_path}/Auto_Conditioning.pt"))
  File "C:\Users\root\anaconda3\envs\OnlySpeakTTS\lib\site-packages\torch\serialization.py", line 986, in load
    with _open_file_like(f, 'rb') as opened_file:
  File "C:\Users\root\anaconda3\envs\OnlySpeakTTS\lib\site-packages\torch\serialization.py", line 435, in _open_file_like
    return _open_file(name_or_buffer, mode)
  File "C:\Users\root\anaconda3\envs\OnlySpeakTTS\lib\site-packages\torch\serialization.py", line 416, in __init__
    super().__init__(open(name, mode))
FileNotFoundError: [Errno 2] No such file or directory: 'voice_tensors\\natlamir/Auto_Conditioning.pt'

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.