Plugin reference

Each plugin in this suite bridges an OpenFX host to a specific upstream model running inside ComfyUI. Pick a plugin from the sidebar, or use the table below as a quick selector.

At a glance

Plugin Mode Function Commercial-safe?
Depth Anything V3 Per-frame Monocular depth ✅ Yes (with Apache variants)
NormalCrafter Sequence Surface normals (temporally coherent) ❌ No (SVD base)
DepthCrafter Sequence Temporally-consistent depth ❌ No
SAM3 Segmentation Sequence Text/click-prompted mask propagation ✅ With conditions
MaMa Matting Sequence Diffusion-based alpha matting ❌ No
MatAnyone2 Matting Sequence Recurrent alpha matting ❌ No
SeedVR2 Upscaler Sequence Generative video super-resolution ✅ Yes

“Commercial-safe” means the upstream model’s terms permit use on paid production work. See each plugin page for the exact license breakdown.

Per-frame vs sequence

  • Per-frame plugins process each frame independently. Fast first frame, no temporal context.
  • Sequence plugins process a window of contiguous frames jointly. Better temporal stability, larger up-front compute per submission. Controlled by the Image Load Cap parameter.

See Architecture for the underlying dispatch design.

Common workflow

Most VFX use cases combine plugins:


Table of contents


Plugin code is BSD-3-Clause. Model weights are subject to their upstream licenses; see each plugin page. Images from upstream model authors are reproduced for documentation purposes under applicable fair-use / fair-dealing provisions with attribution; see the credits page. Built by MaGMa for Reepost Studio. Funded by CNC (Centre national du cinéma et de l'image animée).

This site uses Just the Docs, a documentation theme for Jekyll.