Giter Club home page Giter Club logo

Comments (5)

Mozer avatar Mozer commented on August 14, 2024 1

I updated the patcher file patch_silly_tavern.py
In a new version 1.11.2 of ST they changed new line character from \n to \r\n so it couldn't find one line to patch. Redownload file patch_silly_tavern.py and then double click first restore_silly_tavern.py and then patch_silly_tavern.py it will automatically patch needed files (\tts\index.js)

from wav2lip_extension.

Mozer avatar Mozer commented on August 14, 2024

from wav2lip_extension.

Wuzzooy avatar Wuzzooy commented on August 14, 2024

Yes the TTS works and i can hear it when i disable the module and when i enable it, i can't hear the audio but it does generate it.
I've tried on the last staging version and the last main version 1.11.2
I don't see error in the console.

ll

from wav2lip_extension.

Mozer avatar Mozer commented on August 14, 2024

I am investigating. My patcher is not patching one line in this new version of ST for some reason.
As a workaround just manually update lines 459-462 function completeTtsJob() in \SillyTavern\public\scripts\extensions\tts\index.js
into this:

function completeTtsJob() {
    console.info(`Current TTS job for ${currentTtsJob?.name} completed.`);
    currentTtsJob = null;
    if (extension_settings.wav2lip !== undefined && extension_settings.wav2lip.enabled && wav2lipIsGeneratingNow) wav2lipMain("text", 0, extension_settings.wav2lip.char_folder, extension_settings.wav2lip.device);
}

I will update the patcher as soon as i understand what's broken.

from wav2lip_extension.

Wuzzooy avatar Wuzzooy commented on August 14, 2024

Thank you very much, it works now.
I'm closing the issue.

from wav2lip_extension.

Related Issues (6)

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.