You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[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
24
23
-[GIMP AI plugins with OpenVINO™ Backend](https://github.com/intel/openvino-ai-plugins-gimp) from Github.
25
24
26
25
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"
> 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.
129
108
130
-
- Use same command prompt that used in previous step to include OpenVINO™ environment by below command.
> - 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
-
139
109
- Use same command prompt that used in previous steps and follow the command below to install it.
> - The downloaded models include FP16 and INT8 precision, and INT8 precision can be executed on MTL NPU.
167
137
> - Weights is saved at `C:\Users\\<user_name>\openvino-ai-plugins-gimp\weights`.
168
138
169
-
## Set up GIMP AI plugins with OpenVINO™ Backend on GIMP
139
+
## Set up GIMP AI plugins
170
140
171
141
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.
172
142
@@ -194,34 +164,7 @@ With previous section, the GIMP AI plugins with OpenVINO™ Backend is installed
194
164
195
165
## Execute GIMP
196
166
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 incommand prompt.
0 commit comments