stable-diffusion-webui-forge
stable-diffusion-webui-forge copied to clipboard
soft_inpainting is gone
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?
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.