mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-03-13 17:09:49 +00:00
remove underscores from function names in #8366
remove LRU from #8366 because I don't know why it's there
This commit is contained in:
@@ -18,8 +18,8 @@ class ExtraNetworksPageHypernetworks(ui_extra_networks.ExtraNetworksPage):
|
||||
yield {
|
||||
"name": name,
|
||||
"filename": path,
|
||||
"preview": self._find_preview(path),
|
||||
"description": self._find_description(path),
|
||||
"preview": self.find_preview(path),
|
||||
"description": self.find_description(path),
|
||||
"search_term": self.search_terms_from_path(path),
|
||||
"prompt": json.dumps(f"<hypernet:{name}:") + " + opts.extra_networks_default_multiplier + " + json.dumps(">"),
|
||||
"local_preview": path + ".png",
|
||||
|
||||
Reference in New Issue
Block a user