add sefi placeholder

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-07-23 09:23:29 +02:00
parent b3e73dd6aa
commit 7446498503
12 changed files with 1093 additions and 25 deletions
+2
View File
@@ -173,6 +173,8 @@ def guess_by_name(fn, current_guess):
new_guess = 'VIBE'
elif 'joyai-image-edit' in fn.lower() or 'joy-image-edit' in fn.lower():
new_guess = 'JoyEdit'
elif 'sefi-image' in fn.lower():
new_guess = 'SeFi'
if debug_load:
log.trace(f'Autodetect: method=name file="{fn}" previous="{current_guess}" current="{new_guess}"')
return new_guess or current_guess