mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-03-10 13:08:12 +01:00
Save metadata if force_save_path is enabled. We can make this more flexible later
This commit is contained in:
parent
83d5519a31
commit
41f2c82eaf
@ -737,6 +737,7 @@ async function getSystemInfo() {
|
|||||||
if (force == true) {
|
if (force == true) {
|
||||||
saveToDiskField.checked = true
|
saveToDiskField.checked = true
|
||||||
metadataOutputFormatField.disabled = false
|
metadataOutputFormatField.disabled = false
|
||||||
|
metadataOutputFormatField.value = "txt"
|
||||||
}
|
}
|
||||||
saveToDiskField.disabled = force
|
saveToDiskField.disabled = force
|
||||||
diskPathField.disabled = force
|
diskPathField.disabled = force
|
||||||
|
Loading…
Reference in New Issue
Block a user