Make custom VAE an Image Setting, rather than a System Setting; Don't load a VAE into memory by default

This commit is contained in:
cmdr2
2022-11-08 16:54:15 +05:30
parent 67cca3bc00
commit 9bc7521de0
8 changed files with 102 additions and 99 deletions

View File

@ -51,11 +51,6 @@ var PARAMETERS = [
return `<input id="${parameter.id}" name="${parameter.id}" size="40" disabled>`
}
},
{
id: "default_vae_model",
type: ParameterType.select, // Note: options generated dynamically
label: "Default VAE",
},
{
id: "sound_toggle",
type: ParameterType.checkbox,