Real-time portrait animation plugin based on PersonaLive for Daydream Scope.
- Real-time portrait animation from reference image and driving video
- Optional TensorRT acceleration for faster inference
- Supports keyframe-based history mechanism for improved quality
uv run daydream-scope install -e ./scope-personaliveuv run daydream-scope install git+https://github.com/daydreamlive/scope-personalive.git- Start Daydream Scope
- Select "PersonaLive" from the pipeline dropdown
- Upload a reference portrait image
- Enable video input (webcam or video file)
- The pipeline will animate the reference portrait based on the driving video
For faster inference, you can use TensorRT acceleration:
# Install TensorRT support
pip install daydream-scope[tensorrt]
# Convert models to TensorRT
convert-personalive-trt --model-dir ./models --height 512 --width 512- NVIDIA GPU with CUDA support
- ~8GB VRAM
- PersonaLive model weights (downloaded automatically)
The required models will be downloaded automatically on first use:
- SD Image Variations Diffusers
- SD VAE FT MSE
- PersonaLive pretrained weights
This plugin is part of Daydream Scope. See the main project for licensing information.