mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-01-26 19:09:45 +00:00
Merge pull request #1559 from DenOfEquity/option-ignore-lorahashes-infotext
add 'Lora hashes' to infotext fields that can be ignored
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