Git Product home page Git Product logo

Comments (3)

rsxdalv avatar rsxdalv commented on September 25, 2024

Thanks for bringing it up!
It seems promising but I am a little worried about pytorch. They switched to 2.1 but most projects here (Bark Tortoise etc) still use 2.0, I'm scared it might break things, but I will give it a shot.

from tts-generation-webui.

rsxdalv avatar rsxdalv commented on September 25, 2024

Ok, I think it can be done, though not plug and play:

  File "C:\Users\admin\Desktop\one-click-installers-tts-6.0\installer_files\env\lib\site-packages\gradio\routes.py", line 437, in run_predict
    output = await app.get_blocks().process_api(
  File "C:\Users\admin\Desktop\one-click-installers-tts-6.0\installer_files\env\lib\site-packages\gradio\blocks.py", line 1352, in process_api
    result = await self.call_function(
  File "C:\Users\admin\Desktop\one-click-installers-tts-6.0\installer_files\env\lib\site-packages\gradio\blocks.py", line 1077, in call_function
    prediction = await anyio.to_thread.run_sync(
  File "C:\Users\admin\Desktop\one-click-installers-tts-6.0\installer_files\env\lib\site-packages\anyio\to_thread.py", line 33, in run_sync
    return await get_asynclib().run_sync_in_worker_thread(
  File "C:\Users\admin\Desktop\one-click-installers-tts-6.0\installer_files\env\lib\site-packages\anyio\_backends\_asyncio.py", line 877, in run_sync_in_worker_thread
    return await future
  File "C:\Users\admin\Desktop\one-click-installers-tts-6.0\installer_files\env\lib\site-packages\anyio\_backends\_asyncio.py", line 807, in run
    result = context.run(func, *args)
  File "C:\Users\admin\Desktop\one-click-installers-tts-6.0\tts-generation-webui\src\musicgen\musicgen_tab.py", line 218, in generate
    filename, plot, _metadata = save_generation(
  File "C:\Users\admin\Desktop\one-click-installers-tts-6.0\tts-generation-webui\src\musicgen\musicgen_tab.py", line 91, in save_generation
    write_wav(filename, SAMPLE_RATE, audio_array)
  File "C:\Users\admin\Desktop\one-click-installers-tts-6.0\installer_files\env\lib\site-packages\scipy\io\wavfile.py", line 796, in write
    fmt_chunk_data = struct.pack('<HHIIHH', format_tag, channels, fs,
struct.error: ushort format requires 0 <= number <= 0xffff

from tts-generation-webui.

rsxdalv avatar rsxdalv commented on September 25, 2024

Added in newest update. Let me know if there are any issues or needs.

from tts-generation-webui.

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.