Uminosachi / sd-webui-inpaint-anything

Inpaint Anything extension performs stable diffusion inpainting on a browser UI using masks from Segment Anything.
Apache License 2.0
1.03k stars 93 forks source link

Adding Custom Inpainting Model ID #124

Closed lebeastmode closed 6 months ago

lebeastmode commented 6 months ago

How do I add custom Inpaiting Model ID. Specifically majicMIX realistic Running threw windows.

Uminosachi commented 6 months ago

Please save the downloaded model 'majicmixRealistic_v7-inpainting.safetensors' in the 'stable-diffusion-webui/models/Stable-diffusion' folder. Then, restart either webui.bat or webui.sh. Following this, it should appear in the 'Inpainting Model ID' list under the 'Inpainting webui' tab.

lebeastmode commented 6 months ago

its showing up as a checkpoint but not in the model id list image

image

Uminosachi commented 6 months ago

The Model ID of the added safetensors file will appear not under the 'Inpainting' tab, but under the 'Inpainting webui' tab.

lebeastmode commented 6 months ago

Thanks its there!