mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-29 18:51:31 +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):
|
if isinstance(name, str):
|
||||||
res[name] = 1
|
res[name] = 1
|
||||||
|
|
||||||
|
res['Lora hashes'] = 1
|
||||||
|
|
||||||
return list(res)
|
return list(res)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user