How to install NVIDIA/personaplex. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
NVIDIA/personaplex Installation Guide
How to install NVIDIA/personaplex. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for NVIDIA/personaplex. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i NVIDIA/personaplexor
Install via npx
npx @hexmos/ipm i NVIDIA/personaplexPrerequisites
Opus audio codec
libraryVersion: development
Python
languageVersion: >=3.8
PyTorch
libraryVersion: cu130
Huggingface Token
authenticationManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install from Source
git clone https://github.com/NVIDIA/personaplex.git
cd personaplex
sudo apt install libopus-dev -y
sudo dnf install opus-devel -y
pip install moshi/.
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu130
export HF_TOKEN=<YOUR_HUGGINGFACE_TOKEN>
SSL_DIR=$(mktemp -d); python -m moshi.server --ssl "$SSL_DIR"Post Installation Steps
- Accept the PersonaPlex model license on Huggingface.
- Access the Web UI at localhost:8998 (if running locally).
