mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-04-28 03:30:20 +00:00
update docs
This commit is contained in:
parent
a88c56e70c
commit
794563b52c
1 changed files with 14 additions and 0 deletions
|
|
@ -2315,6 +2315,13 @@
|
|||
"sampler_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"extra_images": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": "KCPP only. Used for photomaker and Flux Kontext, to add extra b64 reference images."
|
||||
},
|
||||
},
|
||||
"type": "object"
|
||||
}
|
||||
|
|
@ -2422,6 +2429,13 @@
|
|||
"inpainting_mask_invert": {
|
||||
"type": "string"
|
||||
},
|
||||
"extra_images": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": "KCPP only. Used for photomaker and Flux Kontext, to add extra b64 reference images."
|
||||
},
|
||||
},
|
||||
"type": "object"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue