mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-06-04 21:05:48 +08: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:
commit
37fcb7bce8
@ -85,6 +85,8 @@ def get_infotext_names():
|
||||
if isinstance(name, str):
|
||||
res[name] = 1
|
||||
|
||||
res['Lora hashes'] = 1
|
||||
|
||||
return list(res)
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user