Subtitle Erase · Region · screenshot coming soon
Intended purpose
Subtitle Erase (Region) inpaints a fixed rectangle (region_x/y/w/h) to remove subs or logos. More control than Smart when placement varies slightly or you only target one corner. region_* fields are set by in-node box UI (hidden on sockets). Roadmap also calls for per-frame region tweaks.
⚠️ Current status: no backend, incomplete UI. Run → StageNotImplemented. See roadmap.md.
When to use it (once shipped)
- Subs in a band but Smart fails
- Remove corner bug without touching main frame
- Manual fallback from Smart false positives
Planned design
- Stage + snapshot;
COMFYTV_VIDEOin/out. - Pixel coords like Video Crop, but inpaint instead of discard.
- Workaround: Video Crop the subtitle band away.
Types
Parameters
video
Source (when implemented).region_x / region_y / region_w / region_h (hidden)
Box from panel UI, default 0.Outputs (when implemented)
Step by step (today)
- Not available — Run will fail.
- Use Video Crop on subtitle band meanwhile.
- Watch roadmap for region-selection UI.
Full guides (recommended reading)
This page covers one node only. For end-to-end workflows, multi-stage pipelines, type conversion, and design rationale, see the ComfyTV user guides on GitHub:
Repository and workflows
FAQ
Q: Smart vs Region?A: Auto bottom-bar → Smart (pending); known box → Region. Q: Same as Video Crop?
A: Crop deletes pixels; Region inpaints in place. Q: Where is the box UI?
A: Not finished; hidden params only.
Related nodes
- Subtitle Erase (Smart) (pending)
- Video Crop (✅)