mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-09 15:55:01 +02:00
Allow both embedding metadata and saving metadata files (#1058)
* Allow both embedding metadata and saving metadata files * Use the correct variable * Descriptive variable --------- Co-authored-by: cmdr2 <shashank.shekhar.global@gmail.com>
This commit is contained in:
committed by
GitHub
parent
044e3746ca
commit
e5a47ac964
@ -76,7 +76,15 @@ var PARAMETERS = [
|
||||
{
|
||||
value: "embed",
|
||||
label: "embed"
|
||||
}
|
||||
},
|
||||
{
|
||||
value: "embed,txt",
|
||||
label: "embed & txt",
|
||||
},
|
||||
{
|
||||
value: "embed,json",
|
||||
label: "embed & json",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user