Views
No views yet





<satedit> trigger in prompts when running the SatEdit LoRA. For example:<satedit> Add dense residential into the scene inside the provided mask1python "Diffusers Inference/infer_diffusers.py" \
2 --model_path /path/to/Qwen-Image-Edit \
3 --lora_path /path/to/satedit_lora \
4 --image /path/to/input.jpg \
5 --mask /path/to/mask.png \
6 --prompt "Add dense residential into the scene inside the provided mask" \
7 --output outputs/example.png1@misc{rizwan2026satedit,
2 title={SatEdit: A Mask-Conditioned Satellite Image Editing Framework for Localized Object Addition and Removal},
3 author={Muhammad Talha Rizwan and Muhammad Ahmed Amer},
4 year={2026},
5 eprint={2607.29367},
6 archivePrefix={arXiv},
7 primaryClass={cs.CV},
8 url={https://arxiv.org/abs/2607.29367}
9}