Skip to content

Releases: intel/openvino-ai-plugins-gimp

3.0.0

14 Jan 19:02
0846f9e
Compare
Choose a tag to compare

What's Changed

  • Plugin has been updated to support GIMP 3.0 RC2
  • Plugin version has been aligned to be a PEP440 compliant string and is automatically generated and displayed in the title bar of the plugin window.
  • Environment variables can now be used for the model location and configuration location:
    • Set GIMP_OPENVINO_MODELS_PATH prior to installation to change where the models are stored.
    • Set GIMP_OPENVINO_CONFIG_PATH prior to installation to change where the configuration file is located.
  • Super Resolution is now threaded to avoid "Window not responding" errors.
  • Fix for SD 1.5 FP16 image corruption on some iGPU SKUs.
  • Many other small bug fixes and tweaks.

Important notes if you are upgrading from a previous plugin release

  • Support for GIMP 2.99.XX development releases is now deprecated. Please update to GIMP 3.0 RC2
  • Plugin version has been aligned to be a PEP440 compliant string and is automatically generated and displayed in the title bar

New Contributors

Full Changelog: v2.99-R3.1...3.0.0

v2.99-R3.1

26 Sep 21:14
84bc480
Compare
Choose a tag to compare

What's Changed

  • Update for Linux - Resolved installer issues and updated the Linux Installer Document.
  • ControlNet Reference-only Bug Fix for both Windows and Linux

Special note for Ubuntu Linux on Core Ultra

Full Changelog: v2.99-R3...v2.99-R3.1

v2.99-R3

20 Sep 22:29
Compare
Choose a tag to compare

What's Changed

  • The plugin is now installed into GIMP automatically. No need to update the plugin paths is the GIMP options.
  • Added support for Stable Diffusion 3 through Fast SD3. See README for details.
  • Models for the NPU in the Intel® Core™ Ultra series processor are now compiled at model installation time, instead of using pre-compiled models. This adds some time to the installation step, but allows support of multiple generations of Intel® Core™ Ultra more effectively.
  • Added a new Model Manager UI for easier download and installation of Stable Diffusion Models.
  • Model Names have been updated in the Stable Diffusion UI to be more readable. They follow the format Name [Shape] [Precision]
    • Example: sd_1.5_square becomes Stable Diffusion 1.5 [Square] [FP16]
  • Stable Diffusion 1.5 LCM and Square FP16 now offloaded to the NPU for all Intel® Core™ Ultra Series processors. Ensure you have installed the latest NPU drivers for Windows or Linux
  • Stable Diffusion 1.5 INT8 Quantized models now support 16 bit Activations for better quality results at full INT8 performance. Choose Stable Diffusion 1.5 [Square] [INT8A16] model to use this option.
  • Added support for creating multiple images in a row. The first image will follow the seed value given, and each following image will use a random seed.

Important notes if you are upgrading from a previous plugin release

  • Please remove the plugin path that you added in Edit > Preferences > Folders > Plug-ins menu, as this could cause issues at runtime.
  • Please redownload the models using the new model manager. There have been updates to the SD 1.5 FP16, INT8, and the new INT8A16 models which provide better performance across Intel hardware.

Known Issues

  • When using Stable Diffusion 1.5 [Square] [INT8A16] in "best performance" mode on Intel® Core™ Ultra Series 2 processors, you may get a poorly generated image. A future release of the Graphics Driver will address this issue. The workaround is to use "Balanced" or "Best Power Efficiency" for this specific model.
  • Ensure to use GIMP 2.99.14 or 2.99.16 releases. Do not use 2.99.18, as there is a bug which causes the UI to flash and results in a poor user experience.

Full Changelog: v2.99-R2...v2.99-R3

2.99-R2

24 Apr 18:27
6aa535e
Compare
Choose a tag to compare

v2.99-R2

This is the second official release of OpenVINO™ AI Plugins for GIMP.
Updates:

  • Updated all the plugins to use OpenVINO™ 2024.0 API
  • Removed old plugins
  • Added power modes (Balanced, Best Power Efficiency, Best Performance) for Stable-Diffusion Plugin
  • Batch Image Generation for Stable-Diffusion Plugin
  • Simplified installation process, you no longer need to manually install openvino
  • UI improvements/updates
  • Lots of bug fixes!

⚠️ NOTE: If you are a windows user, please ensure the latest MSFT C++ Runtime is installed on your system.

2.99-R1

08 Dec 18:54
e623893
Compare
Choose a tag to compare

v2.99-R1

This is the first official release of OpenVINO™ AI Plugins for GIMP.
Updates:

  • Updated support to OpenVINO™ 2023.1 and 2023.2
  • Improved model setup to removed need to convert models. Models are now downloaded from Hugging Face.
  • Added support for Intel® Core Ultra™ Neural Processor for Stable Diffusion INT8 configurations
  • Added support for SD 1.5 LCM for fast image generation.
  • UI improvements/updates
  • Lots of bug fixes!

⚠️ NOTE: If you are a windows user, please ensure the latest MSFT C++ Runtime is installed on your system.