Parler
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