This repo provides the official code of TACL paper: Overcoming Source Object Grounding for Semantic Image Editing
Official implementation (PyTorch + diffusers) of
βOvercoming Source-Object Grounding for Semantic Image Editingβ
accepted to TACL (2025).
We introduce a Region-wise Diffusion Process (RwDP) that cleanly separates background reconstruction from object manipulation, eliminating the grounding errors that plague prior SIE pipelines.
r-sie/
ββ src/ # source codes
β ββ RwDP_pipeline.py # huggingface diffusers pipeline for region-wise diffusion process
ββ README.md
- code for data generation process β automatic triplet generation (code & instructions) π§
- test_sets/ β links to the cleaned evaluation splits π§
- requirements β required packages to run codes π§
| package | tested version |
|---|---|
| Python | 3.9 |
| PyTorch | 1.12 |
| diffusers | 0.22.0 |
| transformers | 4.36.2 |
| accelerate | 0.27.2 |
Code is released under the MIT License; see LICENSE.
Model checkpoints follow the original Stable Diffusion v1.5 CreativeML
license.
Open an issue or e-mail y970120@snu.ac.kr. We welcome pull requests for bug-fixes or documentation!
