From 1beb73e2fecdf692e802a3674c0d8f3362a7fec6 Mon Sep 17 00:00:00 2001 From: Manuel Kamper Date: Tue, 20 Aug 2024 20:47:24 +0200 Subject: [PATCH] README.md aktualisiert --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6ebe190..b4119ab 100644 --- a/README.md +++ b/README.md @@ -64,16 +64,11 @@ IOPaint provides a convenient webui for using the latest AI models to edit your You can install and start IOPaint easily by running following command: ```bash -# In order to use GPU, install cuda version of pytorch first. -# pip3 install torch==2.1.2 torchvision==0.16.2 --index-url https://download.pytorch.org/whl/cu118 -# AMD GPU users, please utilize the following command, only works on linux, as pytorch is not yet supported on Windows with ROCm. -# pip3 install torch==2.1.2 torchvision==0.16.2 --index-url https://download.pytorch.org/whl/rocm5.6 - -pip3 install iopaint +pip3 install imagesorter-inpaint 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 Imagesorter InPaint by visiting http://localhost:8080 in your web browser. All models will be downloaded automatically at startup. If you want to change the download directory, you can add `--model-dir`. More documentation can be found [here](https://www.iopaint.com/install/download_model) @@ -110,7 +105,7 @@ You can see more information about the available models and plugins supported by Install [nodejs](https://nodejs.org/en), then install the frontend dependencies. ```bash -git clone https://github.com/Sanster/IOPaint.git +git clone https://git.kmpr.at/kamp/IOPaint.git cd IOPaint/web_app npm install npm run build