Industry leading face manipulation platform
Go to file
Henry Ruhs e42f91dadf
3.0.0 Gold (#787)
* Replace audio whenever set via source

* use scale_face_landmark_5() in age_modifier

* Fix wording and ordering of options

* Adjust wording for face editor

* Fix wording for processors

* Switch order of frame colorizer options

* That condition is actual not needed

* Simplify UI layout API by removing pre_render()

* Clean args and safe cast ini values (#775)

* Clean args and safe cast ini values

* Clean args and safe cast ini values

* Clean args and safe cast ini values

* Introduce paths group

* Fix job list command and change order

* Add job list testing todo

* Fix spacing in typing

* Fix benchmark by ignoring audio

* Simplify and avoid knowing the provider values (#782)

* Fix logger table with empty value

* Complete Typing

---------

Co-authored-by: harisreedhar <h4harisreedhar.s.s@gmail.com>
2024-10-02 11:08:05 +02:00
.github 3.0.0 (#748) 2024-09-20 17:27:50 +02:00
facefusion 3.0.0 Gold (#787) 2024-10-02 11:08:05 +02:00
tests 3.0.0 Gold (#787) 2024-10-02 11:08:05 +02:00
.editorconfig Initial commit 2023-08-19 23:52:51 +02:00
.flake8 3.0.0 (#748) 2024-09-20 17:27:50 +02:00
.gitignore 3.0.0 (#748) 2024-09-20 17:27:50 +02:00
facefusion.ico Use smaller icon 2024-09-22 14:54:19 +02:00
facefusion.ini 3.0.0 Gold (#787) 2024-10-02 11:08:05 +02:00
facefusion.py 3.0.0 (#748) 2024-09-20 17:27:50 +02:00
install.py 3.0.0 (#748) 2024-09-20 17:27:50 +02:00
LICENSE.md Next (#544) 2024-05-19 15:22:03 +02:00
mypy.ini Initial commit 2023-08-19 23:52:51 +02:00
README.md 3.0.0 Gold (#787) 2024-10-02 11:08:05 +02:00
requirements.txt Use onnx==1.16.1 due DLL issues under Windows 2024-09-22 10:57:14 +02:00

FaceFusion

Industry leading face manipulation platform.

Build Status Coverage Status License

Preview

Preview

Installation

Be aware, the installation needs technical skills and is not recommended for beginners. In case you are not comfortable using a terminal, our Windows Installer and macOS Installer get you started.

Usage

Run the command:

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
    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

Documentation

Read the documentation for a deep dive.