From 8753e1e05f2f6ac6ad9464aeafe6f46b5fc2c0eb Mon Sep 17 00:00:00 2001 From: Lars Noack Date: Thu, 24 Apr 2025 11:59:03 +0200 Subject: [PATCH] feat: added readme stuff --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 +```