FaceFusion 3.6.1 is a small but meaningful maintenance release focused on reliability and safer command handling. This version adds a new --ssl-no-revoke option to curl calls to work around certificate validation problems caused by Norton and Avast, and it fixes sanitizer behavior when processing multiple integer arguments.
The most visible update in FaceFusion 3.6.1 is the addition of --ssl-no-revoke to curl. According to the release notes, this change was made because Norton and Avast can interfere with certificate checks, causing failures in environments where those security tools are active.
The release also fixes the sanitizer logic for multiple int arguments. That suggests argument validation is now more consistent when users pass several integer-based inputs, reducing the chance of malformed or incorrectly handled parameters.
For AI tooling such as FaceFusion, stability in dependency fetching and command execution matters just as much as major feature launches. The curl adjustment should reduce avoidable SSL-related friction for users running consumer antivirus products that modify certificate behavior.
The sanitizer fix is also important because input validation issues can create confusing bugs, especially in CLI-heavy workflows. Even though 3.6.1 is a narrow patch release, it improves day-to-day reliability for users who need FaceFusion to behave predictably across varied desktop environments.
Official Source: https://github.com/facefusion/facefusion/releases/tag/3.6.1