17
stars
8
commits
1
repos using this model
4
linked in READMEs
Apr 8, 2026
updated
SpatialEdit-16B is a research model for fine-grained image spatial editing. It is designed to follow spatial instructions such as object moving, object rotation, and camera-centric editing while preserving scene realism and subject identity as much as possible.
This model is released as part of the SpatialEdit project:
SpatialEdit focuses on spatially grounded image editing. Instead of only changing appearance or style, the model aims to edit geometric attributes of a scene, including:
Caption suggestion: Task definition of fine-grained image spatial editing.
The first and third examples show sparse-view point observations. The second and fourth examples illustrate how SpatialEdit can synthesize richer spatial observations from limited inputs.
Left: input image. Middle: edited target view generated by SpatialEdit. Right: a camera-transition video synthesized from the spatially edited endpoint.
Left: input image. Middle: translated target result generated by SpatialEdit. Right: an interpolated motion sequence built from the edited endpoint.
Left: input image. Middle: rotated target result generated by SpatialEdit. Right: a smooth transition sequence derived from the edited result.
Before running inference, please download the following dependencies:
Wan2.1_VAE.pthThis model repository is expected to store the checkpoints used by the official codebase. A typical layout is:
SpatialEdit_CKPT/
├── CKPT_PT.pth
└── CKPT_CT_lora/
CKPT_PT.pth: full DiT checkpointCKPT_CT_lora/: LoRA checkpoint used for spatial editingIf your uploaded filenames differ, simply update the paths in the provided scripts.
A recommended local directory structure is:
your_base_path/
├── SpatialEdit_CKPT/
│ ├── CKPT_PT.pth
│ └── CKPT_CT_lora/
└── model/
├── Qwen3-VL-8B-Instruct/
└── Wan2.1-T2V-1.3B/
└── Wan2.1_VAE.pth
The SpatialEdit GitHub Repository provides a simple local demo script.
If you find this project useful, please cite the SpatialEdit paper.
@misc{spatialedit,
title={SpatialEdit: Benchmarking Fine-Grained Image Spatial Editing},
author={Yicheng Xiao and Wenhu Zhang and Lin Song and Yukang Chen and Wenbo Li and Nan Jiang and Tianhe Ren and Haokun Lin and Wei Huang and Haoyang Huang and Xiu Li and Nan Duan and Xiaojuan Qi},
year={2026}
}
Please replace the BibTeX entry above with the final official citation if needed.
This project builds upon several excellent open-source efforts. We sincerely thank:
We also thank the contributors and collaborators who supported the development of SpatialEdit.
8 commits
17
stars
8
commits
1
repos using this model
4
linked in READMEs
Apr 8, 2026
updated
SpatialEdit-16B is a research model for fine-grained image spatial editing. It is designed to follow spatial instructions such as object moving, object rotation, and camera-centric editing while preserving scene realism and subject identity as much as possible.
This model is released as part of the SpatialEdit project:
SpatialEdit focuses on spatially grounded image editing. Instead of only changing appearance or style, the model aims to edit geometric attributes of a scene, including:
Caption suggestion: Task definition of fine-grained image spatial editing.
The first and third examples show sparse-view point observations. The second and fourth examples illustrate how SpatialEdit can synthesize richer spatial observations from limited inputs.
Left: input image. Middle: edited target view generated by SpatialEdit. Right: a camera-transition video synthesized from the spatially edited endpoint.
Left: input image. Middle: translated target result generated by SpatialEdit. Right: an interpolated motion sequence built from the edited endpoint.
Left: input image. Middle: rotated target result generated by SpatialEdit. Right: a smooth transition sequence derived from the edited result.
Before running inference, please download the following dependencies:
Wan2.1_VAE.pthThis model repository is expected to store the checkpoints used by the official codebase. A typical layout is:
SpatialEdit_CKPT/
├── CKPT_PT.pth
└── CKPT_CT_lora/
CKPT_PT.pth: full DiT checkpointCKPT_CT_lora/: LoRA checkpoint used for spatial editingIf your uploaded filenames differ, simply update the paths in the provided scripts.
A recommended local directory structure is:
your_base_path/
├── SpatialEdit_CKPT/
│ ├── CKPT_PT.pth
│ └── CKPT_CT_lora/
└── model/
├── Qwen3-VL-8B-Instruct/
└── Wan2.1-T2V-1.3B/
└── Wan2.1_VAE.pth
The SpatialEdit GitHub Repository provides a simple local demo script.
If you find this project useful, please cite the SpatialEdit paper.
@misc{spatialedit,
title={SpatialEdit: Benchmarking Fine-Grained Image Spatial Editing},
author={Yicheng Xiao and Wenhu Zhang and Lin Song and Yukang Chen and Wenbo Li and Nan Jiang and Tianhe Ren and Haokun Lin and Wei Huang and Haoyang Huang and Xiu Li and Nan Duan and Xiaojuan Qi},
year={2026}
}
Please replace the BibTeX entry above with the final official citation if needed.
This project builds upon several excellent open-source efforts. We sincerely thank:
We also thank the contributors and collaborators who supported the development of SpatialEdit.
8 commits