chore: update llama-box parameters

This commit is contained in:
jialin
2024-12-03 16:17:54 +08:00
parent b1d13f5a71
commit 605d6f0f9b
+24
View File
@@ -72,10 +72,34 @@ const options = [
label: '--image-cfg-scale',
value: '--image-cfg-scale'
},
{
label: '--image-slg-scale',
value: '--image-slg-scale'
},
{
label: '--image-slg-skip-layer',
value: '--image-slg-skip-layer'
},
{
label: '--image-slg-start',
value: '--image-slg-end'
},
{
label: '--image-schedule',
value: '--image-schedule',
options: ['default', 'discrete', 'karras', 'exponential', 'ays', 'gits']
},
{
label: '--image-no-text-encoder-model-offload',
value: '--image-no-text-encoder-model-offload'
},
{
label: '--image-no-vae-model-offload',
value: '--image-no-vae-model-offload'
},
{
label: '--image-vae-tiling',
value: '--image-vae-tiling'
}
];