Uminosachi
Uminosachi
There might be an issue with [lama-cleaner](https://github.com/Sanster/lama-cleaner). However, I'll look into whether I can modify the path.
The same error message as mentioned in issues #132 and #72. However, since the package is torch: 2.0.0+cpu and it's the CPU version, it might be a different issue. Please...
Please try logging in to Hugging Face. In the command line within the `stable-diffusion-webui` folder, run: ``` source venv/bin/activate huggingface-cli login deactivate ``` For Windows: ``` .\venv\Scripts\activate huggingface-cli login deactivate...
I have changed to keep the lama-cleaner package locally. Please update sd-webui-inpaint-anything to the latest version and try it out.
I have added the `lama_cleaner` package to this repository, so I am closing this issue.
The device setting in the SAM is configured according to the stable-diffusion-webui. You can switch to CPU-based execution by adding the `--use-cpu` option when launching `webui.bat` or `webui.sh`. Use the...
The latest code now supports executing inpainting operations when the web UI is started using the --use-cpu option, as mentioned above.
To run SAM only on the CPU, go to the `Settings` tab on the web UI, then navigate to the `Inpaint Anything` section and check the `Run Segment Anything on...
It appears that using an older version of `torch` can cause errors on Mac OS. I have confirmed that upgrading to `torch` version 2.1.0 or higher resolves the issue. You...
Sorry for the late response. The Inpainting feature in this repository does not support LoRA.