mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
@@ -493,8 +493,7 @@ def load_diffuser_force(detected_model_type, checkpoint_info, diffusers_load_con
|
||||
allow_post_quant = False
|
||||
except Exception as e:
|
||||
shared.log.error(f'Load {op}: path="{checkpoint_info.path}" {e}')
|
||||
if debug_load:
|
||||
errors.display(e, 'Load')
|
||||
errors.display(e, 'Load')
|
||||
return None, True
|
||||
if sd_model is not None:
|
||||
return sd_model, True
|
||||
|
||||
Reference in New Issue
Block a user