diff --git a/README.md b/README.md index a56cfe1..6772bc0 100644 --- a/README.md +++ b/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 +```