mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
add bria-3.2 model support
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -99,6 +99,8 @@ def guess_by_name(fn, current_guess):
|
||||
return 'FLite'
|
||||
elif 'wan' in fn.lower():
|
||||
return 'WanAI'
|
||||
elif 'bria' in fn.lower():
|
||||
return 'Bria'
|
||||
return current_guess
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user