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