remove macos one-click installer

MacOS permissions issues cannot be bypassed, other distribution methods need to be found
This commit is contained in:
Qing 2022-11-07 13:06:42 +08:00 committed by GitHub
parent b11780f494
commit 082e9aa2fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
# Lama Cleaner One Click Installer
## macOS
1. Download [lama-cleaner-macOS.zip](https://github.com/Sanster/lama-cleaner/releases/download/one_click_installer/lama-cleaner-macOS.zip)
1. Unpack `lama-cleaner-macOS.zip`
1. Double click `mac_config.command`, follow the guide in the terminal to choice [model](#model-description) and set other configs.
1. Double click `mac_start.command` to start the server.
## 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).
## Windows
@ -13,9 +13,3 @@
1. Unpack `lama-cleaner-win.zip`
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.
## 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).