mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 16:55:14 +02:00
renamed some labels
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user