feat: override existing LoRA values when importing, would cause images to differ

This commit is contained in:
Manuel Schmid 2024-01-29 21:57:02 +01:00
parent 78d1ad3962
commit dcc4874455
No known key found for this signature in database
GPG Key ID: 32C4F7569B40B84B
1 changed files with 2 additions and 2 deletions

View File

@ -143,5 +143,5 @@ def get_lora(key: str, fallback: str | None, source_dict: dict, results: list, d
if fallback is not None:
get_lora(fallback, None, source_dict, results, default)
return
results.append(gr.update())
results.append(gr.update())
results.append('None')
results.append(1)