add 'Lora hashes' to infotext that can be ignored

In *Settings -> Disregard fields from pasted infotext* there is a very long list of things that can optionally be ignored when parsing infotext. Now it is a slightly longer list, and includes `Lora hashes`.
This commit is contained in:
DenOfEquity
2024-08-28 11:58:32 +01:00
committed by GitHub
parent 25662974f8
commit 408054f7e5

View File

@@ -85,6 +85,8 @@ def get_infotext_names():
if isinstance(name, str):
res[name] = 1
res['Lora hashes'] = 1
return list(res)