jumbo update, see changelog

This commit is contained in:
Vladimir Mandic
2024-09-18 13:48:30 -04:00
parent 67aeaac1ce
commit 2acb883dda
33 changed files with 247 additions and 141 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ class ExtraNetworksPageHypernetworks(ui_extra_networks.ExtraNetworksPage):
"size": os.path.getsize(path),
}
except Exception as e:
shared.log.debug(f"Networks error: type=hypernetwork file={path} {e}")
shared.log.debug(f'Networks error: type=hypernetwork file="{path}" {e}')
def allowed_directories_for_previews(self):
return [shared.opts.hypernetwork_dir]