github av/harbor v0.1.3

latest releases: v0.4.5, v0.4.4, v0.4.3...
19 months ago

Parler

Parler logo

Adding parler as another voice backend, pre-configured for Open WebUI.

Starting

# [Optional] pre-pull the images 
# (otherwise will be pulled on start, ~4Gb due to PyTorch)
harbor pull parler

# [Optional] pre-download the parler model 
# (otherwise will be downloaded on start)
harbor hf download $(h parler model)

# Start with Parler
harbor up parler

# Open WebUI pre-configured with Parler as voice backend
harbor open

Configuring

# Configure model and the voice

# See the current model
# parler-tts/parler-tts-mini-v1 by default
# you can also use older parler models
harbor parler model 

# Set new model, for example Parler large
harbor parler model parler-tts/parler-tts-large-v1

# See the current voice prompt
harbor parler voice

# Set the new voice prompt
harbor parler voice "Gary speeks in calm and reassuring tone."

# You'll need to restart after reconfiguring either
harbor restart

Don't miss a new harbor release

NewReleases is sending notifications on new releases.