EditCrafter — Edit High-Res Images Instantly Without Any Fine-Tuning
Ever tried editing a high-resolution photo with AI, only to get blurry outputs, distorted objects, or weird repeating patterns? That's because most diffusion-based editing tools break down when images exceed their training resolution.
EditCrafter, presented at CVPR Workshop 2026, solves this elegantly. It's a tuning-free method that leverages pretrained text-to-image diffusion models to edit images at resolutions far beyond what the model was originally trained on.
The secret sauce involves two key innovations:
- **Tiled Inversion** — preserves the identity of the original image while preparing it for editing, so only the parts you want changed actually change.
- **NDCFG++ Guidance** — a new noise-damped guidance technique specifically designed for high-resolution editing from inverted latents, preventing the structural artifacts that plague patch-based approaches.
The result? You can take a massive photo — any aspect ratio, any resolution — describe what you want changed in plain text, and get a clean edit without distortion, repetition artifacts, or loss of detail.
No fine-tuning required. No optimization loops. Just point a pretrained model at your high-res image and go.
This matters because it removes one of the biggest practical barriers in AI image editing: the resolution ceiling. Photographers, designers, and content creators working with large images no longer need to downscale, edit, then upscale — EditCrafter handles it natively.
📄 Source
huggingface-papers