From 5bfee91db87b540a74ab7cc81f11b0f93e449797 Mon Sep 17 00:00:00 2001 From: Qing Date: Thu, 15 Dec 2022 21:22:21 +0800 Subject: [PATCH] Update README.md --- scripts/README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) 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 +``` +