feat: Add support for thumbnail inclusion in AI processing and enhance UI bindings
This commit is contained in:
parent
cb41c42bb5
commit
7e105e3738
9 changed files with 235 additions and 27 deletions
|
|
@ -278,6 +278,10 @@ namespace ImageCatalog_2.Models
|
|||
[XmlElement("AI_UsaGpuNumeri")]
|
||||
public bool UseNumberAiGpu { get; set; }
|
||||
|
||||
[JsonPropertyName("IncludeNumberAiThumbnails")]
|
||||
[XmlElement("AI_IncludiThumbnailNumeri")]
|
||||
public bool IncludeNumberAiThumbnails { get; set; }
|
||||
|
||||
[JsonPropertyName("FaceExecutablePath")]
|
||||
[XmlElement("AI_FaceExecutablePath")]
|
||||
public string FaceExecutablePath { get; set; } = string.Empty;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue