Skip to content

Commit 2399e9d

Browse files
authored
Update user_guide_for_windows_users.md
Updated prerequisites and install steps, now that we no longer need to manually install OV.
1 parent a672fe7 commit 2399e9d

File tree

1 file changed

+3
-60
lines changed

1 file changed

+3
-60
lines changed

Docs/user_guide_for_windows_users.md

Lines changed: 3 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -20,30 +20,9 @@
2020
- Note: This document will use python 3.9.13 as an example.
2121
- VC runtime
2222
- [GIMP 2.99.14](https://download.gimp.org/gimp/v2.99/windows/gimp-2.99.14-setup.exe)
23-
- [OpenVINO™ 2023.2](https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.2/windows/w_openvino_toolkit_windows_2023.2.0.13089.cfd42bd2cb0_x86_64.zip) or later version
2423
- [GIMP AI plugins with OpenVINO™ Backend](https://github.com/intel/openvino-ai-plugins-gimp) from Github.
2524

2625

27-
### Install OpenVINO™
28-
29-
>__Notes:__ Use OpenVINO™ `2023.2` as an example.
30-
31-
Please following below steps to download and install the OpenVINO™ package.
32-
33-
- Check download [page](https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/download.html?VERSION=v_2023_2_0&OP_SYSTEM=WINDOWS&DISTRIBUTION=ARCHIVE) of OpenVINO™ website, then click "Download Archives"
34-
35-
![](figs/OpenVINO_installation.png)
36-
37-
- Download compressed package [w_openvino_toolkit_windows_2023.2.0.13089.cfd42bd2cb0_x86_64.zip](https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.2/windows/w_openvino_toolkit_windows_2023.2.0.13089.cfd42bd2cb0_x86_64.zip)
38-
39-
![](figs/OpenVINO_installation_archives.png)
40-
41-
- Unzip `w_openvino_toolkit_windows_2023.2.0.13089.cfd42bd2cb0_x86_64.zip` to `C:\Users\Public\`
42-
43-
> __Notes:__ Use `C:\Users\Public\` as an example, you can unzip it to anywhere that you want.
44-
45-
46-
4726
### Install Python
4827

4928
>__Notes:__ Use Python `3.9.13` as an example.
@@ -114,7 +93,7 @@ Please download [gimp-2.99.14-setup.exe](https://download.gimp.org/gimp/v2.99/wi
11493

11594

11695

117-
### Install GIMP AI plugins with OpenVINO™ Backend
96+
### Install GIMP AI plugins
11897

11998
- Open command prompt and download it from Github by git with below instruction.
12099

@@ -127,15 +106,6 @@ Please download [gimp-2.99.14-setup.exe](https://download.gimp.org/gimp/v2.99/wi
127106
> __Notes__:
128107
> This is an example that will create a `GIMP` folder in `C:\Users\Public\`, and then download the package to `C:\Users\Public\GIMP`, you still can define where to place this package by yourself.
129108
130-
- Use same command prompt that used in previous step to include OpenVINO™ environment by below command.
131-
132-
```sh
133-
C:\Users\Public\w_openvino_toolkit_windows_2023.2.0.13089.cfd42bd2cb0_x86_64\setupvars.bat
134-
```
135-
> __Notes__:
136-
> - Folder name of `w_openvino_toolkit_windows_2023.2.0.13089.cfd42bd2cb0_x86_64` is for OpenVINO™ `2023.2` version and it depends on OpenVINO™ version.
137-
> - Please ensure the OpenVINO™ environment is set, otherwise, NPU will not work for GIMP AI plugins with OpenVINO™ Backend.
138-
139109
- Use same command prompt that used in previous steps and follow the command below to install it.
140110
141111
```sh
@@ -166,7 +136,7 @@ Please download [gimp-2.99.14-setup.exe](https://download.gimp.org/gimp/v2.99/wi
166136
> - The downloaded models include FP16 and INT8 precision, and INT8 precision can be executed on MTL NPU.
167137
> - Weights is saved at `C:\Users\\<user_name>\openvino-ai-plugins-gimp\weights`.
168138

169-
## Set up GIMP AI plugins with OpenVINO™ Backend on GIMP
139+
## Set up GIMP AI plugins
170140

171141
Please follow below steps to setup plugin at first time and then you can use GIMP to execute GIMP AI plugins with OpenVINO™ Backend to run Stable-Diffusion or other features.
172142

@@ -194,34 +164,7 @@ With previous section, the GIMP AI plugins with OpenVINO™ Backend is installed
194164

195165
## Execute GIMP
196166

197-
To make GIMP AI plugins with OpenVINO™ Backend can work with GIMP, please choose one of below two methods to execute it.
198-
199-
### Execute by commands in cmd prompt
200-
201-
Open command prompt, then follow below command to execute GIMP in command prompt.
202-
203-
```sh
204-
C:\Users\Public\w_openvino_toolkit_windows_2023.2.0.13089.cfd42bd2cb0_x86_64\setupvars.bat
205-
cd "C:\Program Files\GIMP 2.99\bin"
206-
gimp-2.99.exe
207-
```
208-
209-
### One-click execution by GIMP.bat file
210-
211-
- Create `GIMP.bat` in the directory `C:\Users\Public`.
212-
213-
```sh
214-
call C:\Users\Public\w_openvino_toolkit_windows_2023.2.0.13089.cfd42bd2cb0_x86_64\setupvars.bat
215-
cd "C:\Program Files\GIMP 2.99\bin"
216-
.\gimp-2.99.exe
217-
```
218-
219-
- And then double click `GIMP.bat` or open command prompt executes `GIMP.bat` by below command.
220-
221-
```sh
222-
C:\Users\Public\GIMP.bat
223-
```
224-
167+
You can now simply open Gimp from the start menu as you would any normal Windows application.
225168

226169
## Execute Stable-Diffusion – SD1.5_square_int8
227170

0 commit comments

Comments
 (0)