feat: Add GPU support options and enhance UI for Face Encoder and Matcher functionalities
This commit is contained in:
parent
af74c90ce7
commit
6e05869b04
9 changed files with 160 additions and 115 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue