Update README.md

This commit is contained in:
Qing 2022-12-15 21:22:21 +08:00 committed by GitHub
parent 5a7a3443c1
commit 5bfee91db8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,23 @@
## Q&A ## 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 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
```