mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-04-27 04:48:23 +02:00
v3 engine name
This commit is contained in:
parent
7d71c353b2
commit
b6e512e65f
@ -229,9 +229,9 @@ var PARAMETERS = [
|
|||||||
{
|
{
|
||||||
id: "test_diffusers",
|
id: "test_diffusers",
|
||||||
type: ParameterType.checkbox,
|
type: ParameterType.checkbox,
|
||||||
label: "Use the new v2.6 engine (diffusers)",
|
label: "Use the new v3 engine (diffusers)",
|
||||||
note:
|
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",
|
icon: "fa-bolt",
|
||||||
default: true,
|
default: true,
|
||||||
saveInAppConfig: true,
|
saveInAppConfig: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user