Skip to content

[Bug] Inpaint models do not work on Server #1406

@SolicTous

Description

@SolicTous

Git commit

e8323ca

Operating System & Version

Win 10

GGML backends

CUDA

Command-line arguments used

"../sd-cli.exe" -v -m D:\Models\Diffusers\SDXL_Inpaint\sd_xl_base_1.0_inpainting_0.1.safetensors p "A big bulldog" --strength 1 --init-img ../input/DG.png --mask ../input/MSK.png --cfg-scale 1.0 --sampling-method euler --color --steps 30 -H 768 -W 768 --clip-on-cpu --vae-tiling --vae-tile-overlap 0.125 -o ./out.jpg

Steps to reproduce

Model sd_xl_base_1.0_inpainting_0.1.safetensors

json={
"prompt": "A big bulldog",
"init_images": [image],
"mask": [mask],
"denoising_strength": 1,
"steps": 30,
"width": 768,
"height": 768,
"seed": 1}

Image Image

What you expected to happen

It's a CLI
Image

What actually happened

It's a Server

strength = 1.0
Image

strength = 0.75
Image

Looks like server ignores mask or inpaint mode.

Logs / error messages / stack trace

No response

Additional context / environment details

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions