sure just change where everything goes that's cool and fun
This commit is contained in:
parent
06f4e82347
commit
2d8e3d36b1
1 changed files with 10 additions and 10 deletions
20
js/index.js
20
js/index.js
|
@ -1360,7 +1360,7 @@ function changeScript(evt) {
|
||||||
}
|
}
|
||||||
case "X/Y plot": {
|
case "X/Y plot": {
|
||||||
scriptArgs.value =
|
scriptArgs.value =
|
||||||
'[4, "5-30 [5]", 5, "2.5-12.5 [5]", false, true, false]';
|
'[4, "5-30 [5]", 6, "2.5-12.5 [5]", false, true, false]';
|
||||||
scriptArgs.title =
|
scriptArgs.title =
|
||||||
"Params:\nx_type (int): index of axis type (see below) //def: 4\n" +
|
"Params:\nx_type (int): index of axis type (see below) //def: 4\n" +
|
||||||
"x_values (mixed, str) //def: 5-30 [5]\n" +
|
"x_values (mixed, str) //def: 5-30 [5]\n" +
|
||||||
|
@ -1375,13 +1375,13 @@ function changeScript(evt) {
|
||||||
"2: Var. seed\n" +
|
"2: Var. seed\n" +
|
||||||
"3: Var. strength\n" +
|
"3: Var. strength\n" +
|
||||||
"4: Steps\n" +
|
"4: Steps\n" +
|
||||||
"5: CFG Scale\n" +
|
"5: Hires steps (txt2img only)\n" +
|
||||||
"6: Prompt S/R\n" +
|
"6: CFG Scale\n" +
|
||||||
"7: Prompt order\n" +
|
"7: Prompt S/R\n" +
|
||||||
"8: Sampler\n" +
|
"8: Prompt order\n" +
|
||||||
"9: Checkpoint Name\n" +
|
"9: Sampler (txt2img only)\n" +
|
||||||
"10: Hypernetwork\n" +
|
"10: Sampler (img2img only)\n" +
|
||||||
"11: Hypernet str.\n" +
|
"11: Checkpoint Name\n" +
|
||||||
"12: Sigma Churn\n" +
|
"12: Sigma Churn\n" +
|
||||||
"13: Sigma min\n" +
|
"13: Sigma min\n" +
|
||||||
"14: Sigma max\n" +
|
"14: Sigma max\n" +
|
||||||
|
@ -1389,8 +1389,8 @@ function changeScript(evt) {
|
||||||
"16: Eta\n" +
|
"16: Eta\n" +
|
||||||
"17: Clip skip\n" +
|
"17: Clip skip\n" +
|
||||||
"18: Denoising\n" +
|
"18: Denoising\n" +
|
||||||
"19: Hires upscaler\n" +
|
"19: Hires upscaler (txt2img only)\n" +
|
||||||
"20: Cond. Image Mask Weight\n" +
|
"20: Cond. Image Mask Weight (img2img only)\n" +
|
||||||
"21: VAE\n" +
|
"21: VAE\n" +
|
||||||
"22: Styles";
|
"22: Styles";
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue