Views
No views yet
| Model | Stage | Checkpoint | Base model | Model license |
|---|---|---|---|---|
| OSOR-FLUX-Fill | Phase I | osor-fluxfill/weights/fluxfill_phase1.pth | FLUX.1 Fill [dev] | FLUX.1-dev Non-Commercial License |
| OSOR-FLUX-Fill | Phase II | osor-fluxfill/weights/fluxfill_phase2.pth | FLUX.1 Fill [dev] | FLUX.1-dev Non-Commercial License |
| OSOR-SDXL-Inpainting | Phase I | osor-sdxlinpainting/weights/sdxlinpainting_phase1.pth | SDXL Inpainting 0.1 | CreativeML Open RAIL++-M |
| OSOR-SDXL-Inpainting | Phase II | osor-sdxlinpainting/weights/sdxlinpainting_phase2.pth | SDXL Inpainting 0.1 | CreativeML Open RAIL++-M |
hf download QinmingZhou/OSOR --local-dir ./OSOR-weights1hf download QinmingZhou/OSOR \
2 --include "osor-fluxfill/weights/*" \
3 --local-dir ./OSOR-weights
4
5hf download QinmingZhou/OSOR \
6 --include "osor-sdxlinpainting/weights/*" \
7 --local-dir ./OSOR-weightsosor-fluxfill/osor-sdxlinpainting/.pth files contain the trained LoRA parameters and, depending on the implementation and training phase, additional trainable output-layer parameters. They are raw PyTorch state dictionaries produced by the OSOR training code rather than standalone Diffusers adapter directories. Load them with the corresponding OSOR implementation instead of calling load_lora_weights() directly.1@inproceedings{zhou2026osor,
2 title = {OSOR: One-Step Diffusion Inpainting for Effect-Aware Object Removal},
3 author = {Zhou, Qinming and Sun, Chenxi and Kong, Deyang and He, Junhao and Tang, Xiangheng and Yu, Peike and Wu, Haotian and Cao, Leilei and Zhang, Linfeng},
4 booktitle = {European Conference on Computer Vision (ECCV)},
5 year = {2026},
6 url = {https://arxiv.org/abs/2606.28094}
7}