Qing

Results 394 comments of Qing

looks like it‘s controlled by **HF_HOME** environment variable https://github.com/huggingface/diffusers/blob/d37f08da723cba38965b2df8b21a8136af9f358f/src/diffusers/utils/__init__.py#L58

By default lama-cleaner will download model(except sd1.5) to TORCH_HOME=~/.cache/torch/hub/checkpoints/, you can set **TORCH_HOME** to other folder

**prompt input box** only appears when starting the server using `sd1.5` model. LaMa model does not support text-driven image editing

You mean upload a mask image?

Did you click `win_config.bat` first? If you have executed it, please execute `win_start.bat` at the command line to see what error is reported

```bash TypeError: FlaskUI.init() got an unexpected keyword argument 'host' ``` [flaskwebgui](https://github.com/ClimenteA/flaskwebgui) make some breaking change in version 1.0.0. Fixed in `lama-cleaner==0.25.0`, rerun `win_config.bat` will install the newest version.

There seem to be some permission issues on Mac when install from one-click installer, I'm trying to fix it

MacOS permissions issues cannot be bypassed, other distribution methods need to be found. Currently please use `pip` to install lama-cleaner on macOS