Update README.md
This commit is contained in:
parent
5a7a3443c1
commit
5bfee91db8
@ -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
|
||||||
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user