feat: Add GPU support options and enhance UI for Face Encoder and Matcher functionalities

This commit is contained in:
Maddo 2026-05-24 18:33:54 +02:00
commit 6e05869b04
9 changed files with 160 additions and 115 deletions

View file

@ -314,6 +314,10 @@ namespace ImageCatalog_2.Models
[XmlElement("AI_FaceUpsample")]
public bool FaceUpsample { get; set; } = true;
[JsonPropertyName("UseFaceGpu")]
[XmlElement("AI_UsaGpuFace")]
public bool UseFaceGpu { get; set; }
[JsonPropertyName("FaceMatcherExecutablePath")]
[XmlElement("AI_FaceMatcherExecutablePath")]
public string FaceMatcherExecutablePath { get; set; } = string.Empty;