mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-05-01 14:54:59 +02:00
Merge pull request #1138 from patriceac/patch-65
Properly reset LoRA selection from Use Settings
This commit is contained in:
commit
514e40569e
@ -350,7 +350,7 @@ function restoreTaskToUI(task, fieldsToSkip) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!('use_lora_model' in task.reqBody)) {
|
if (!('use_lora_model' in task.reqBody)) {
|
||||||
loraModelField.value = "None"
|
loraModelField.value = ""
|
||||||
loraModelField.dispatchEvent(new Event("change"))
|
loraModelField.dispatchEvent(new Event("change"))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user