|
6 | 6 |
|
7 | 7 | ### Pre-requisite for execute on Intel NPU |
8 | 8 |
|
9 | | ->__Notes:__ To get NPU support, please following below configurations. If you are not seeking NPU version, you also can run this pulgin on any Intel CPU and GPU which OpenVINO™ is supported. |
| 9 | +>__Notes:__ To get NPU support, please following below configurations. If you are not seeking NPU version, you also can run this pulgin on any Intel CPU and GPU which OpenVINO™ is supported. Please note only Intel's ARC GPU is supported incase you have external GPU. |
10 | 10 |
|
11 | 11 | - Hardware: |
12 | 12 | - Intel Core Ultra platform |
@@ -240,19 +240,19 @@ Please follow below steps to execute Stable-Diffusion - SD1.5_square_int8. For o |
240 | 240 |
|
241 | 241 |  |
242 | 242 |
|
243 | | -- Change the selected fields to set "Stable Diffusion" configuration, then click "Load Models" to the load models into the target devices. |
| 243 | +- Change the selected fields to set "Stable Diffusion" configuration and choose the desired "Power Mode" you want, then click "Load Models" to the load models into the target devices based on your power mode selection. |
244 | 244 |
|
245 | 245 |  |
246 | 246 |
|
247 | | - > **Notes:** It takes time in this step. |
| 247 | + > **Notes:** It takes time in this step. |
248 | 248 |
|
249 | 249 | - Finally, you can optionally enter any text or changes the parameters in the selected field, then click "Generate" to generate image. |
250 | 250 |
|
251 | 251 |  |
252 | 252 |
|
253 | 253 | >**Notes:** |
254 | | - > - Text encoder and VAE can currently run on CPU, or GPU, not NPU. |
255 | | - > - This demo is based on the following configuration for the most efficient, optimized and good quality image generation: |
256 | | - > - Text encoder on CPU |
257 | | - > - Unet model runs on GPU and NPU in parallel. |
258 | | - > - VAE decoder run on GPU |
| 254 | + > - Power Mode is now enabled- Users can select between the following options depending on their use case: |
| 255 | + > - Best Performance |
| 256 | + > - Best Power Efficiency |
| 257 | + > - Balanced |
| 258 | + > - If you wish to generate more images in single run, please modify the Number of Images section. |
0 commit comments