mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-23 00:33: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,
|
type: ParameterType.select,
|
||||||
label: "Metadata format",
|
label: "Metadata format",
|
||||||
note: "will be saved to disk in this format",
|
note: "will be saved to disk in this format",
|
||||||
default: "none",
|
default: "txt",
|
||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
value: "none",
|
value: "none",
|
||||||
|
Loading…
Reference in New Issue
Block a user