Some functions are not available due to under development.
- Create Virtual Environment
python -m venv venv
- Activate
source venv/bin/activate
- Install Dependencies
pip install -r requirements.txt
Run the command:
python run.py [options]
options:
-api
-webcam
Required
sources: List[str]
target: str
target_extension: str
# target_extension: '.mp4'
Please refer to main/globals
for other available settings.
FaceFusion: https://github.com/facefusion/facefusion
InsightFace: https://github.com/deepinsight/insightface