v3 engine name

This commit is contained in:
cmdr2 2023-08-04 11:21:31 +05:30
parent 7d71c353b2
commit b6e512e65f

View File

@ -229,9 +229,9 @@ var PARAMETERS = [
{
id: "test_diffusers",
type: ParameterType.checkbox,
label: "Use the new v2.6 engine (diffusers)",
label: "Use the new v3 engine (diffusers)",
note:
"Use our new v2.6 engine, with additional features like LoRA, ControlNet, SDXL, Embeddings, Tiling and lots more! Please press Save, then restart the program after changing this.",
"Use our new v3 engine, with additional features like LoRA, ControlNet, SDXL, Embeddings, Tiling and lots more! Please press Save, then restart the program after changing this.",
icon: "fa-bolt",
default: true,
saveInAppConfig: true,