cleanup previews and add firered

Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
vladmandic
2026-02-17 08:19:23 +01:00
parent 73b90c5228
commit 3dde41faa5
15 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ def guess_by_name(fn, current_guess):
new_guess = 'ChronoEdit'
elif 'bria' in fn.lower():
new_guess = 'Bria'
elif 'qwen' in fn.lower():
elif 'qwen' in fn.lower() or 'firered' in fn.lower():
new_guess = 'Qwen'
elif 'nextstep' in fn.lower():
new_guess = 'NextStep'