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 Capparameter.
See Architecture for the underlying dispatch design.
Common workflow
Most VFX use cases combine plugins:
- Roto + key: SAM3 → MatAnyone2 (fast) or MaMa (best quality).
- Depth comp: Depth Anything V3 for per-frame work, or DepthCrafter when temporal stability matters.
- Plate restoration: SeedVR2 for uprez, optionally followed by depth or normals for relighting.