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.11k stars 101 forks source link

can't select self downloaded inpaint mode #150

Closed bluelovers closed 3 months ago

bluelovers commented 3 months ago

image

image

Uminosachi commented 3 months ago

For files with the .safetensors extension, you can place them in the models/Stable-diffusion folder under the stable-diffusion-webui directory. These files will then appear in the Model ID list under the Inpainting webui tab (only if the filename contains inpaint, case insensitive).

bluelovers commented 3 months ago

file already inside of models\Stable-diffusion\90.Inpainting

and filename realisticVisionV60B1_v60B1InpaintingVAE.safetensors has inpaint

bluelovers commented 3 months ago

sd webui can see it but inpaint-anything can't

Uminosachi commented 3 months ago

The inpainting model placed in the models folder of stable-diffusion-webui will not appear under the Inpainting tab of Inpaint Anything. Instead, it will be available in the Inpainting Model ID webui dropdown list found in the Inpainting webui tab, which is located next to the Cleaner tab.

bluelovers commented 3 months ago

image