mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
Ruff fix
This commit is contained in:
@@ -152,7 +152,7 @@ def load_networks(names, te_multipliers=None, unet_multipliers=None, dyn_dims=No
|
||||
break
|
||||
if not recompile_model:
|
||||
if len(loaded_networks) > 0 and debug:
|
||||
shared.log.debug(f'OpenVINO: Skipping LoRa loading')
|
||||
shared.log.debug('OpenVINO: Skipping LoRa loading')
|
||||
return
|
||||
else:
|
||||
recompile_model = True
|
||||
|
||||
Reference in New Issue
Block a user