mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-05-01 03:31:30 +00:00
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:
@@ -85,6 +85,8 @@ def get_infotext_names():
|
||||
if isinstance(name, str):
|
||||
res[name] = 1
|
||||
|
||||
res['Lora hashes'] = 1
|
||||
|
||||
return list(res)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user