mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
cleanup previews and add firered
Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user