[Fix] Specify werkzeug version and modify readme(quick start)
This commit is contained in:
parent
aae67518b9
commit
116849cd9e
@ -53,8 +53,9 @@ Lama Cleaner make it easy to use SOTA AI model in just two commands:
|
|||||||
```bash
|
```bash
|
||||||
# In order to use the GPU, install cuda version of pytorch first.
|
# 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 torch==1.13.1+cu117 torchvision==0.14.1 --extra-index-url https://download.pytorch.org/whl/cu117
|
||||||
pip install lama-cleaner
|
git clone https://github.com/Sanster/lama-cleaner.git
|
||||||
lama-cleaner --model=lama --device=cpu --port=8080
|
cd lama-cleaner
|
||||||
|
python main.py
|
||||||
```
|
```
|
||||||
|
|
||||||
That's it, Lama Cleaner is now running at http://localhost:8080
|
That's it, Lama Cleaner is now running at http://localhost:8080
|
||||||
|
@ -15,4 +15,5 @@ gradio
|
|||||||
piexif==1.1.3
|
piexif==1.1.3
|
||||||
safetensors
|
safetensors
|
||||||
omegaconf
|
omegaconf
|
||||||
controlnet-aux==0.0.3
|
controlnet-aux==0.0.3
|
||||||
|
werkzeug==2.2.2
|
||||||
|
Loading…
Reference in New Issue
Block a user