This commit is contained in:
2025-04-24 15:15:46 +02:00
parent 061cc20046
commit 94b641cbd6
3 changed files with 19 additions and 22 deletions

View File

@@ -13,7 +13,7 @@ I first realized that a normal mosaic algorithm isn't safe AT ALL seeing this pr
```bash
# Step 1: Create and activate virtual environment
python3 -m venv .venv
source venv/bin/activate
source .venv/bin/activate
# Step 2: Install the local Python program add the -e flag for development
pip install .
@@ -36,7 +36,6 @@ rm big-lama.zip
# get the code to run the models
cd big-lama
git clone https://github.com/advimman/lama.git
pip install torch==2.2.0 torchvision==0.17.0
cd lama
pip install -r requirements.txt
```