[2025/12/22] Release the RoomEditor++ model, the RoomBench++ dataset. PDF
[2025/12/15] Release the RoomEditor model, the RoomBench dataset, and the evaluation code.
To install requirements:
pip install -r requirements.txt
To install RoomEditor++ requirements:
pip install -r RoomEditor++/requirements.txt
If you need the all train data, please sent email to contact us.
Download SD-1.5-inpainting checkpoint:
- You could download it from HuggingFace stable-diffusion-inpainting
Download Roomeditor:
- You could download the model weights and test images from here
Download Roomeditor++:
- You could download the model weights and test images from here
Run inference with
bash run.sh
Run RoomEditor++ inference with
python /root/autodl-fs/code/RoomEditor/RoomEditor++/inference.py
You can run this script:
python run_gradio_demo.py
@inproceedings{
lin2025roomeditor,
title={RoomEditor: High-Fidelity Furniture Synthesis with Parameter-Sharing U-Net},
author={Zhenyi Lin and Xiaofan Ming and Qilong Wang and Dongwei Ren and Wangmeng Zuo and Qinghua Hu},
booktitle={Advances in Neural Information Processing Systems},
year={2025}
}
