This commit is contained in:
Disty0
2023-12-03 01:32:43 +03:00
parent 5cf1da40ce
commit 235b5117f3
+1 -1
View File
@@ -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