generated from Hazel/python-project
wip
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user