For the complete documentation index, see llms.txt. This page is also available as Markdown.

Memory

CLI Arguments

Video Memory Strategy

Balance fast frame processing and low VRAM usage.

Argument: --video-memory-strategy

Default: strict

Choices:

  • strict

  • moderate

  • tolerant

Example: --video-memory-strategy tolerant

Default Overrides

Modify the facefusion.ini file to override the defaults.

[memory]
video_memory_strategy = tolerant

Last updated