Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@gblong1 gblong1 released this 14 Jan 19:02
0846f9e

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