Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[Fix] Specify werkzeug version and modify readme(quick start)
Kiminjo committed Oct 4, 2023
commit 116849cd9ee692ad8d2f718f64d5bb7797c922cb
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -15,4 +15,5 @@ gradio
piexif==1.1.3
safetensors
omegaconf
controlnet-aux==0.0.3
controlnet-aux==0.0.3
werkzeug==2.2.2