mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 16:23:28 +01:00
Keep txt as the default metadata format, and write metadata files by default, if saving to disk
This commit is contained in:
parent
3c74540615
commit
1dd165a9c9
@ -58,7 +58,7 @@ var PARAMETERS = [
|
||||
type: ParameterType.select,
|
||||
label: "Metadata format",
|
||||
note: "will be saved to disk in this format",
|
||||
default: "none",
|
||||
default: "txt",
|
||||
options: [
|
||||
{
|
||||
value: "none",
|
||||
|
Loading…
Reference in New Issue
Block a user