文章目录
- 一、关于 FaceFusion
- 预览
- 二、安装
- 三、用法
一、关于 FaceFusion
FaceFusion 是行业领先的人脸操作平台
- github : https://github.com/facefusion/facefusion
- 官方文档:https://docs.facefusion.io/
- Discord : https://discord.com/invite/facefusion-1141812857462341693
预览
二、安装
请注意,安装需要技术技能,不推荐初学者使用。如果您不习惯使用终端,我们的Windows安装程序和macOS安装程序可以帮助您入门。
三、用法
运行命令:
python facefusion.py [commands] [options]
options:
-h, --help show this help message and exit
-v, --version show program's version number and exit
commands:
run run the program
headless-run run the program in headless mode
batch-run run the program in batch mode
force-download force automate downloads and exit
job-list list jobs by status
job-create create a drafted job
job-submit submit a drafted job to become a queued job
job-submit-all submit all drafted jobs to become a queued jobs
job-delete delete a drafted, queued, failed or completed job
job-delete-all delete all drafted, queued, failed and completed jobs
job-add-step add a step to a drafted job
job-remix-step remix a previous step from a drafted job
job-insert-step insert a step to a drafted job
job-remove-step remove a step from a drafted job
job-run run a queued job
job-run-all run all queued jobs
job-retry retry a failed job
job-retry-all retry all failed jobs
2025-01-27(一)