mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-09 07:45:01 +02:00
Fix a bug where the metadata output format wouldn't get sent to the backend
This commit is contained in:
@ -57,11 +57,15 @@ var PARAMETERS = [
|
||||
id: "metadata_output_format",
|
||||
type: ParameterType.select,
|
||||
label: "Metadata format",
|
||||
note: "the metadata will be saved to disk in this format",
|
||||
note: "will be saved to disk in this format",
|
||||
default: "txt",
|
||||
options: [
|
||||
{
|
||||
value: "txt",
|
||||
label: "txt"
|
||||
},
|
||||
{
|
||||
value: "json",
|
||||
label: "json"
|
||||
}
|
||||
],
|
||||
|
Reference in New Issue
Block a user