Skip to content

FAQ ❓

Summary of common issues during installation and usage

Installation

Using gpu graphics card

Solution

bash
pip install torch==2.6.0+cu124 torchvision==0.21.0+cu124 torchaudio==2.6.0+cu124 --extra-index-url https://download.pytorch.org/whl/cu124

Error when installing pynini

Solution

bash
conda install -c conda-forge pynini==2.1.5

or

bash
conda config --add channels conda-forge
conda install pynini==2.1.5

Usage

Switching interface language

Currently only Chinese and English are supported. Add the ?lang= parameter. Gradually adapting to English...

Configuring dubbing languages

10 languages are built in by default, and custom nodes can be added.

webapp\data\settings.json
json
{
    "base": {
        "popular_locales": [
            {
                "name": "China",
                "locale": "zh-CN",
                "country": "China",
                "enable": true
            }
        ]
    }
    // ...
}