Lost_Edge/VoiceGenerator
2025-01-16 13:29:18 +01:00
..
voices/Test Voice generator module 2024-12-13 17:41:14 +01:00
.gitattributes Voice generator module 2024-12-13 17:41:14 +01:00
.gitignore Code & git cleanup 2024-12-15 14:32:51 +01:00
GenerateDialogue.py Voice generator module 2024-12-13 17:41:14 +01:00
Install.ps1 Code & git cleanup 2024-12-15 14:32:51 +01:00
README.md readme 2025-01-16 13:29:18 +01:00
Uninstall.ps1 Code & git cleanup 2024-12-15 14:32:51 +01:00

Voice Generator

Before using the installation is needed.
For generation type within directory in PowerShell:

  • .\Scripts\Activate.ps1
  • py GenerateDialogue.py For your own voices create a directory with custom name containing a voice line with the same name.
    Edit voice name in GenerateDialogue.py script.

System requirements

OS: Windows 10 or 11
Storage: ~15GB
It's preffered to have NVIDIA CUDA GPU. (Render times: 1070ti - 3min, i7700k - 18min )

Install.ps1

By executing the PowerShell script Install.ps1 the following packages are installed:

Uninstall.ps1

The uninstall script will try to remove most of the files created during installation.
The following packages/data aren't removed:

  • Python
  • Visual Studio Installer
  • voices/
  • Something will of course left
    It's recommended to run uninstallat script as administrator and restart machine after uninstall completion.