LPengYang/FreeDrag
FreeDrag enables interactive point-based image editing through feature dragging on neural network activations without requiring point tracking.

This repository provides the official implementation of FreeDrag, a feature dragging methodology for image editing that eliminates the need for labor-intensive and unstable point tracking. The method works by dragging features in the latent space of neural networks (primarily StyleGAN2) to manipulate image content based on user-specified handle points. It introduces template feature matching and motion supervision to guide the dragging process, achieving more reliable and flexible image manipulation compared to prior DragGAN-style approaches.