QuickTalk¶
QuickTalk supports both local and omnirt modes in the current repository. The commit history includes QuickTalk routed through OmniRT audio2video, and the current scripts include scripts/quickstart/start_omnirt_quicktalk.sh; it is not a local-only model.
| Item | Value |
|---|---|
| Model ID | quicktalk |
| Backends | local, omnirt |
| Repo default | omnirt |
| Recommended start | Use local for single-machine validation; use omnirt for service isolation. |
Asset Layouts¶
Both modes need QuickTalk weights, HuBERT files, and InsightFace assets, but they read different roots. The OmniRT quickstart script reads top-level files under $OMNIRT_MODEL_ROOT/quicktalk:
$OMNIRT_MODEL_ROOT/quicktalk/
quicktalk.pth
repair.npy
chinese-hubert-large/
config.json
preprocessor_config.json
pytorch_model.bin
auxiliary/models/buffalo_l/
det_10g.onnx
The local adapter reads an asset root that contains checkpoints/:
$OPENTALKING_QUICKTALK_ASSET_ROOT/
checkpoints/
quicktalk.pth
repair.npy
chinese-hubert-large/
pytorch_model.bin
auxiliary/models/buffalo_l/ or auxiliary_min/
det_10g.onnx
Guides¶
Frontend Entry¶
After the model or backend service is running, use the OpenTalking WebUI:
Terminal
cd "$OPENTALKING_HOME"
bash scripts/quickstart/start_frontend.sh --api-port 8000 --web-port 5173 --host 0.0.0.0
For a remote server, forward your local browser port to the server 5173, then open http://127.0.0.1:5173.