stable-diffusion-webui-forge icon indicating copy to clipboard operation
stable-diffusion-webui-forge copied to clipboard

soft_inpainting is gone

Open roxas1212 opened this issue 4 months ago • 1 comments

As shown in the figure, after updating to version f2.0.1v1.10.1-previous-669-gdfdcbab6, dfdcbab685e57677014f05a3309b48cc87383167, soft_inpainting is gone. How can I solve this problem?

Image

roxas1212 avatar Aug 20 '25 12:08 roxas1212

You should also notice there is a python error when you run webui.sh that tells you soft_inpainting.py is not loading, and why.

In my case I saw an error that joblib was missing. I have a venv set up for forgeUI, and sure enough joblib is not installed. I checked the requirements_versions.txt and I don't see it in there either.

I ran pip install joblib and that fixed it. Hope that helps anybody finding this.

somelinuxguy avatar Oct 08 '25 12:10 somelinuxguy