[Fix] Specify werkzeug version and modify readme(quick start)

This commit is contained in:
Kiminjo 2023-10-04 16:41:32 +09:00
parent aae67518b9
commit 116849cd9e
2 changed files with 5 additions and 3 deletions

View File

@ -53,8 +53,9 @@ Lama Cleaner make it easy to use SOTA AI model in just two commands:
```bash
# In order to use the GPU, install cuda version of pytorch first.
# pip install torch==1.13.1+cu117 torchvision==0.14.1 --extra-index-url https://download.pytorch.org/whl/cu117
pip install lama-cleaner
lama-cleaner --model=lama --device=cpu --port=8080
git clone https://github.com/Sanster/lama-cleaner.git
cd lama-cleaner
python main.py
```
That's it, Lama Cleaner is now running at http://localhost:8080

View File

@ -16,3 +16,4 @@ piexif==1.1.3
safetensors
omegaconf
controlnet-aux==0.0.3
werkzeug==2.2.2