forked from extern/easydiffusion
updated settings labels
This commit is contained in:
parent
301af7bd7a
commit
784c7465d1
@ -39,7 +39,8 @@ var PARAMETERS = [
|
|||||||
{
|
{
|
||||||
id: "save_to_disk",
|
id: "save_to_disk",
|
||||||
type: ParameterType.checkbox,
|
type: ParameterType.checkbox,
|
||||||
label: "Automatically Save Images",
|
label: "Auto-Save Images",
|
||||||
|
note: "automatically saves images to the specified location",
|
||||||
default: false,
|
default: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -58,7 +59,8 @@ var PARAMETERS = [
|
|||||||
{
|
{
|
||||||
id: "sound_toggle",
|
id: "sound_toggle",
|
||||||
type: ParameterType.checkbox,
|
type: ParameterType.checkbox,
|
||||||
label: "Play sound on task completion",
|
label: "Enable Sound",
|
||||||
|
note: "plays a sound on task completion",
|
||||||
default: true,
|
default: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -78,15 +80,15 @@ var PARAMETERS = [
|
|||||||
{
|
{
|
||||||
id: "use_full_precision",
|
id: "use_full_precision",
|
||||||
type: ParameterType.checkbox,
|
type: ParameterType.checkbox,
|
||||||
label: "Use full precision",
|
label: "Use Full Precision",
|
||||||
note: "for GPU-only. warning: this will consume more VRAM",
|
note: "for GPU-only. warning: this will consume more VRAM",
|
||||||
default: false,
|
default: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "auto_save_settings",
|
id: "auto_save_settings",
|
||||||
type: ParameterType.checkbox,
|
type: ParameterType.checkbox,
|
||||||
label: "Automatically save settings",
|
label: "Auto-Save Settings",
|
||||||
note: "settings restored on browser load",
|
note: "restores settings on browser load",
|
||||||
default: true,
|
default: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user