Summary: | Change location of AI model files download | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | crowfunder <crowfunder> |
Component: | Setup-Misc | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version First Reported In: | 8.7.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/-/commit/102b643b6132ee5587563d721d31e80f0af32e6e | Version Fixed In: | 8.8.0 |
Sentry Crash Report: |
Description
crowfunder
2025-08-05 17:08:38 UTC
+1 for me. We already talk this important feature... Yes, it's on my TODO for digiKam-8.8.0. Maik (In reply to Maik Qualmann from comment #2) > Yes, it's on my TODO for digiKam-8.8.0. > > Maik Amazing, thanks! Git commit 42f9047a0a4b6379e8931dd0fa494953a29bbd7a by Maik Qualmann. Committed on 06/08/2025 at 18:43. Pushed by mqualmann into branch 'master'. add option to configure Face Engine model data path in the digikam_systemrc It is also possible to have a data package in the system or user directory under Linux or Windows. For Showfoto, the digikam_systemrc is also used for the model data path to avoid duplicate downloads. Configuration in the GUI follows... M +2 -3 core/libs/dnnmodelmanager/dnnmodelbase.cpp M +3 -3 core/libs/imgqsort/detectors/aesthetic_detector.cpp M +5 -6 core/utilities/setup/downloader/filesdownloader.cpp M +30 -0 core/utilities/setup/misc/systemsettings.cpp M +6 -1 core/utilities/setup/misc/systemsettings.h https://invent.kde.org/graphics/digikam/-/commit/42f9047a0a4b6379e8931dd0fa494953a29bbd7a Git commit 102b643b6132ee5587563d721d31e80f0af32e6e by Maik Qualmann. Committed on 06/08/2025 at 19:59. Pushed by mqualmann into branch 'master'. add GUI option to configure Faces Engine model data path FIXED-IN: 8.8.0 M +1 -1 NEWS M +79 -34 core/utilities/setup/downloader/filesdownloader.cpp M +1 -0 core/utilities/setup/downloader/filesdownloader.h https://invent.kde.org/graphics/digikam/-/commit/102b643b6132ee5587563d721d31e80f0af32e6e We should consider whether, if files are present in the old location, we should copy them to the new one. Maik (In reply to Maik Qualmann from comment #6) > We should consider whether, if files are present in the old location, we > should copy them to the new one. > > Maik Perhaps an option in the settings to migrate the model files into another directory. |