diff --git a/scripts/README.md b/scripts/README.md index 3d02060..60e9045 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -17,6 +17,23 @@ ## Q&A -1. How to update the version? +**How to update the version?** Rerun `win_config.bat` will install the newest version of lama-cleaner + +**Where is model downloaded?** + +By default, model will be downloaded to user folder +- stable diffusion model: C:\Users\your_name\.cache\huggingface +- lama model: C:\Users\your_name\.cache\torch + +**How to change the directory of model downloaded?** + +Change `win_start.bat` file + +``` +set TORCH_HOME=your_directory +set HF_HOME=your_directory +@call invoke start +``` +