README.md aktualisiert

This commit is contained in:
Manuel Kamper 2024-08-16 15:50:59 +02:00
parent 04c031e10a
commit 19083c5e2e

View File

@ -70,7 +70,7 @@ You can install and start IOPaint easily by running following command:
# pip3 install torch==2.1.2 torchvision==0.16.2 --index-url https://download.pytorch.org/whl/rocm5.6 # pip3 install torch==2.1.2 torchvision==0.16.2 --index-url https://download.pytorch.org/whl/rocm5.6
pip3 install iopaint pip3 install iopaint
iopaint start --model=lama --device=cpu --port=8080 iopaint start --model=lama --device=cpu --host 0.0.0.0 --port=8080
``` ```
That's it, you can start using IOPaint by visiting http://localhost:8080 in your web browser. That's it, you can start using IOPaint by visiting http://localhost:8080 in your web browser.