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:
AUTOMATIC
2023-03-11 15:27:42 +03:00
parent c239b3d7a8
commit ce68ab8d0d
5 changed files with 11 additions and 13 deletions

View File

@@ -18,8 +18,8 @@ class ExtraNetworksPageLora(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(lora_on_disk.filename),
"prompt": json.dumps(f"<lora:{name}:") + " + opts.extra_networks_default_multiplier + " + json.dumps(">"),
"local_preview": path + ".png",