Real-time face swap plugin for Daydream Scope, powered by InsightFace and the inswapper ONNX model.
Install from the Scope UI or CLI:
uv run daydream-scope install -e /path/to/scope-deeplivecamModels (~900 MB) are downloaded automatically on first load.
- Select Face Swap from the pipeline list.
- Set a Source Face image in Input & Controls.
- Start streaming — all detected faces in the video feed are swapped with the source face.
| Parameter | Type | Default | Description |
|---|---|---|---|
| Source Face | image | — | The face to swap onto targets |
| Detection Size | int (128–1024) | 640 | Face detection resolution (load-time) |
| Swap All Faces | toggle | on | Swap all faces vs. largest only |