Commit 6c5284c
Adding support for GIMP 3.0 (#159)
* Set config and model paths dynamically from environment vars
Signed-off-by: Will French <[email protected]>
* Centralizing ENV VARs into tools_utils.
* Fixing default path.
* fixing test for python executable logic
* Adding threading to SR to avoid not responding messages.
* removing debug statement
* Improvements to ease packaging work on Linux (#156)
* Allow model_setup to be run from any directory
* Store plugin scripts with executable permissions
* Remove typing as it ships with stdlib since python 3.5
* Install plugin files with executable permissions preserved
* Revert data_files addition to avoid complexity
* Install plugins from source repo instead of venv
* Revert permissions changes to test failure inside snap
* Initial update of SR to GIMP 3.0.
* Updating Save Image to work with GIMP 3.0
* Removing unneeded comments.
* Initial update of Segmentation to GIMP 3.0
* Removing uneeded files.
* Updating install path
* Moving to latest OpenVINO - 2024.6.0
* removing unneeded log.info calls.
* Updating proc id for GIMP 3.0
* Updating plugin version number
* Initial update of SD to GIMP 3.0
* Updating option caching in SD.
* removed files that are no longer used.
* Implemented SDOptionCache to address issues with options being saved run-to-run.
* Removed debug prints, unneeded syspath extention
* remove commented syspath line
* Adding version support for plugins.
* updated install flow. removed need to call complete_install separately.
* Hiding console for SR and SS. SD is still WIP
* removed .json config, as it should be created from scratch everytime.
* restored alignment of OV logo.
* Updated NPU Arch logic to support next gen NPUs
* Updated NPU Arch logic to support next gen NPUs
* update ARCH_NEXT and tweak logic
* Fixed NPU Arch logic to work correctly.
* Add check for dNPU to avoid NPU turbo enabling exception for those devices
* workaround for 3700 series being reported incorrectly in OV2024.5+
* restore running complete_install post setup
* update tools_utils import
* subprocess call is diff for Linux vs Windows
* Removing import of install_utils.
It relies on importing openvino, which was causing issues in Linux for some reason.
For now, we are have the get_plugin_version code duplicated here. Need to find a way
to remove it in the future.
* Longer timeout needed for some systems.
* Updating title bar to show just the plugin version.
* updating process name to work with Linux
* Adding linux support for BIOS discovery
* Really fixing issue #158 this time.
* Updating linux build docs
* fixing issue with ENV var installation and commandline model installs.
* Updating download links for GIMP3 RC2
* Updating figure for GIMP3 RC2
* Updating setup complete figure for GIMP3 RC2
* Updates for Docs and Figures for GIMP 3.0
---------
Signed-off-by: Garth Long <[email protected]>
Signed-off-by: Will French <[email protected]>
Co-authored-by: Will French <[email protected]>
Co-authored-by: Ryan Metcalfe <[email protected]>1 parent e7395e3 commit 6c5284c
File tree
50 files changed
+1045
-1313
lines changed- Docs
- figs
- gimpopenvino
- plugins
- openvino_utils
- tools
- openvino_common
- adapters
- models_ov
- pipelines
- semseg_ov
- stable_diffusion_ov
- superresolution_ov
- testscases/StableDiffusion
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
50 files changed
+1045
-1313
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
0 commit comments