renamed some labels

This commit is contained in:
Concedo
2024-11-11 19:40:47 +08:00
parent a244b1ffd2
commit df7c2b9923
4 changed files with 43 additions and 14 deletions
+8
View File
@@ -1272,6 +1272,7 @@
"width": 512,
"height": 512,
"seed": -1,
"clip_skip": -1,
"sampler_name": "Euler a"
},
"schema": {
@@ -1297,6 +1298,9 @@
"seed": {
"type": "number"
},
"clip_skip": {
"type": "number"
},
"sampler_name": {
"type": "string"
},
@@ -1356,6 +1360,7 @@
"width": 512,
"height": 512,
"seed": -1,
"clip_skip": -1,
"sampler_name": "Euler a",
"denoising_strength": 0.6,
"init_images":["base64_image_data"],
@@ -1383,6 +1388,9 @@
"seed": {
"type": "number"
},
"clip_skip": {
"type": "number"
},
"sampler_name": {
"type": "string"
},