Skip to content

0.1

Compare
Choose a tag to compare
@lukaszliniewicz lukaszliniewicz released this 28 Sep 03:30
· 90 commits to main since this release
06d759f

In this release, I've:

  • fixed splitting of Chinese and Japanese sentences,
  • added the option to regenerate all sentences,
  • changed the RVC implementation to RVC Python and added it to the installer as an optional tool (RVC model files are now kept in the rvc_models folder inside the Pandrator folder, each in its own directory; when uploading RVC models through the UI, please make sure that the .pth and .index files have the same name),
  • completely reworked the dubbing workflow by offloading most of it to a separate cli app, Subdub, which I made for this purpose. It is installed together with Pandrator when using the installer script or executable. It is now possible to select a video file, transcribe it (using WhisperX), translate the subtitles (using LLMs, including proprietary ones, or the DeepL api, which is free up to 500,000 characters a month), generate speech using the standard Pandrator workflow, mix the dubbing audio with the original soundtrack and save it to the video; it's also possible to load an .srt file and a video if transcription is not necessary,
  • added logging to a file and log preview in the UI,
  • made Pandrator connect automatically to the chosen TTS engine if opened through the launcher,
  • improved the UI a little.

You may use the installer/launcher below, which was created from the pandrator_installer_launcher.py file in the repository, or use the source file directly. Please remember to run the executable as an administrator. It's possible that Windows or your antivirus software will flag it as a threat. You may whitelist it, or, if you're not comfortable doing that, review the code in the repository and install Pandrator manually.