AI Pettorali

This commit is contained in:
MaddoScientisto 2026-05-09 17:27:05 +02:00
commit cb41c42bb5
11 changed files with 379 additions and 55 deletions

View file

@ -274,6 +274,10 @@ namespace ImageCatalog_2.Models
[XmlElement("AI_PercorsoCsv")]
public string CsvOutputPath { get; set; }
[JsonPropertyName("UseNumberAiGpu")]
[XmlElement("AI_UsaGpuNumeri")]
public bool UseNumberAiGpu { get; set; }
[JsonPropertyName("FaceExecutablePath")]
[XmlElement("AI_FaceExecutablePath")]
public string FaceExecutablePath { get; set; } = string.Empty;