Views
No views yet
| File | Description |
|---|---|
rorem-mixed-unet-q4_K.gguf | RORem-mixed UNet in GGML Q4_K format (1.885 GiB) |
sdxl-version-marker.safetensors | Tiny metadata-only file used to identify the pipeline as SDXL Inpaint |
diffusers/stable-diffusion-xl-1.0-inpainting-0.1.master-782-b290693.1sd-cli \
2 --model sdxl-version-marker.safetensors \
3 --diffusion-model rorem-mixed-unet-q4_K.gguf \
4 --vae /path/to/sdxl-inpainting/vae/diffusion_pytorch_model.fp16.safetensors \
5 --clip_l /path/to/sdxl-inpainting/text_encoder/model.fp16.safetensors \
6 --clip_g /path/to/sdxl-inpainting/text_encoder_2/model.fp16.safetensors \
7 --init-img input.png \
8 --mask mask.png \
9 --prompt "clean manga illustration, crisp black line art, flat colors, seamless original background, clean white speech bubble, no text" \
10 --negative-prompt "text, letters, words, symbols, watermark, signature, blurry, smudged, dirty, gray artifacts, extra objects, photorealistic" \
11 --width 512 \
12 --height 512 \
13 --steps 30 \
14 --cfg-scale 8 \
15 --strength 0.999 \
16 --sampling-method euler \
17 --scheduler discrete \
18 --fa \
19 --output output.pngb290693:| UNet format | Masked MAE vs FP16 | Masked PSNR vs FP16 | Sampling | End-to-end | Loaded parameter VRAM |
|---|---|---|---|---|---|
| Q4_K | 1.1033 | 43.741 dB | 4.06 s | 6.383 s | 3657.61 MB |
| Q4_0 | 1.8081 | 41.193 dB | 4.03 s | 6.348 s | 3573.38 MB |
| FP16 | reference | reference | 5.15 s | 7.536 s | 6624.13 MB |
diffusers/stable-diffusion-xl-1.0-inpainting-0.1, licensed under CreativeML Open RAIL++-M.1@article{li2024RORem,
2 title={RORem: Training a Robust Object Remover with Human-in-the-Loop},
3 author={Ruibin Li and Tao, Yang and Song, Guo and Lei, Zhang},
4 year={2025},
5 booktitle={IEEE/CVF Conference on Computer Vision and Pattern Recognition}
6}