AI Image/Video Editing AI Tools
Open-source tools for AI-powered image upscaling, inpainting, background removal, face restoration, and diffusion model UIs.
Most of the work here begins with a photo or clip that already exists and needs one thing changed: a background cut out, a face restored, an object erased across three hundred frames, a low-resolution scan pushed to print size. Post-production cleanup artists, e-commerce teams batching product cutouts, archivists, and developers wrapping that in an API are the ones reaching for these. Three camps define 2026. Narrow task models do one operation each, like Real-ESRGAN and SwinIR for super-resolution, GFPGAN and CodeFormer for faces, rembg for matting. Instruction-following editors such as FLUX.1 Kontext dev, Qwen-Image-Edit, and Step1X-Edit take a sentence and re-render the frame. Workbenches like AUTOMATIC1111, Forge, and Krita AI Diffusion sit between, exposing masks and manual iteration. The tradeoff is pixel fidelity against breadth: narrow models leave unselected regions untouched and fit in a few gigabytes of VRAM, while instruction editors handle edits nobody built a model for and quietly rewrite what nobody asked them to. A sane starting order is rembg and Real-ESRGAN first, since both are small, scriptable, and honest about what they do, then IOPaint for masked object removal, and an instruction editor such as Qwen-Image-Edit only once the narrow tools' failure modes are familiar. The thing to check before shipping is the weights license, which is frequently not the repo license. FLUX.1 Kontext dev publishes its inference code openly while the weights themselves fall under Black Forest Labs non-commercial terms, and SUPIR inherits restrictions from the SDXL and LLaVA components it stacks.