facefusion

其他源码 2025-08-05

facefusion

行业领先的面部操纵平台。

预览

安装

请注意,安装需要技术技能,不建议初学者使用。如果您不舒服使用终端,我们的Windows Installer和MacOS Installer可以让您开始。

用法

运行命令:

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 benchmark benchmark the program 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">
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
    benchmark                                     benchmark the program
    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

文档

阅读文档以深入研究。

下载源码

通过命令行克隆项目:

git clone https://github.com/facefusion/facefusion.git