feat: Implement face encoder functionality with GPU support and recursive option

This commit is contained in:
MaddoScientisto 2026-05-09 12:09:05 +02:00
commit 988a3d94e1
10 changed files with 790 additions and 219 deletions

13
Catalog.code-workspace Normal file
View file

@ -0,0 +1,13 @@
{
"folders": [
{
"path": "."
},
{
"path": "../AIFotoONLUS"
}
],
"settings": {
"commentTranslate.hover.enabled": false
}
}