mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
lora load cache state_dict
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -92,7 +92,7 @@ def guess_by_name(fn, current_guess):
|
||||
new_guess = 'ZetaChroma'
|
||||
elif 'chroma' in fn.lower() and 'xl' not in fn.lower():
|
||||
new_guess = 'Chroma'
|
||||
elif 'flux.2' in fn.lower() and 'klein' in fn.lower():
|
||||
elif ('flux.2' in fn.lower() or 'f2' in fn.lower()) and 'klein' in fn.lower():
|
||||
new_guess = 'FLUX2Klein'
|
||||
elif 'flux.2' in fn.lower():
|
||||
new_guess = 'FLUX2'
|
||||
|
||||
Reference in New Issue
Block a user