Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1012 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 1012 Bytes

NovelAI Voice CLI

A CLI application using the novelai-api package to export TTS audio files

Usage

Usage: novel-ai-voice-cli [OPTIONS] --token <TOKEN> --file <FILE>

Options:
  -t, --token <TOKEN>                        
  -f, --file <FILE>                          Input File path
  -v, --voice <VOICE>                        TTS Voice Seed [default: Aini]
  -p, --parallel-threads <PARALLEL_THREADS>  Number of "Threads" to use for downloading [default: 10]
  -c, --combine                              Use ffmpeg to combine the audio files
  -h, --help                                 Print help
  -V, --version                              Print version

Installation

You can find the latest releases In the Github Releases Tab

Dependancies

  • ffmpeg (optional, but needed for --combine)

Building from Source

git clone https://github.com/nai-tools/novel-ai-voice-cli
cd novel-ai-voice-cli
cargo install --path .