generated from Hazel/python-project
feat: added readme stuff
This commit is contained in:
parent
529e1af517
commit
8753e1e05f
10
README.md
10
README.md
@ -21,3 +21,13 @@ pip install .
|
||||
# Step 3: Run the secure-pixelation command
|
||||
secure-pixelation
|
||||
```
|
||||
|
||||
## Setup LaMa
|
||||
|
||||
This is the generative ai model to impaint the blacked out areas.
|
||||
|
||||
```
|
||||
mkdir -p ./big-lama
|
||||
wget https://huggingface.co/smartywu/big-lama/resolve/main/big-lama.zip
|
||||
unzip big-lama.zip -d ./big-lama
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user