README.md aktualisiert
This commit is contained in:
parent
743ebc9596
commit
1beb73e2fe
11
README.md
11
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
|
||||
|
Loading…
Reference in New Issue
Block a user