sd model no more need hf_access_token
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
# Lama Cleaner One Click Installer
|
||||
|
||||
|
||||
## Model Description
|
||||
|
||||
- **lama**: State of the art image inpainting AI model, useful to remove any unwanted object, defect, people from your pictures.
|
||||
- **sd1.5**: Stable Diffusion model, text-driven image editing. To use this model you need to [accepting the terms to access](https://huggingface.co/runwayml/stable-diffusion-inpainting), and
|
||||
get an access token from here [huggingface access token](https://huggingface.co/docs/hub/security-tokens).
|
||||
- **sd1.5**: Stable Diffusion model, text-driven image editing.
|
||||
|
||||
## Windows
|
||||
|
||||
@@ -14,7 +12,6 @@
|
||||
1. Double click `win_config.bat`, follow the guide in the terminal to choice [model](#model-description) and set other configs.
|
||||
1. Double click `win_start.bat` to start the server.
|
||||
|
||||
|
||||
## Q&A
|
||||
|
||||
**How to update the version?**
|
||||
@@ -24,6 +21,7 @@ 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`
|
||||
|
||||
@@ -36,4 +34,3 @@ set TORCH_HOME=your_directory
|
||||
set HF_HOME=your_directory
|
||||
@call invoke start
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user