load error trace

Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
vladmandic
2026-01-16 10:06:02 +01:00
parent 680fddc036
commit 66fc59ceb7
+1 -2
View File
@@ -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