Kobold MCP Server
kobold_img2img
Transform existing image using prompt
Input Schema
Name | Required | Description | Default |
---|---|---|---|
apiUrl | No | http://localhost:5001 | |
cfg_scale | No | ||
denoising_strength | No | ||
height | No | ||
init_images | Yes | ||
negative_prompt | No | ||
prompt | Yes | ||
sampler_name | No | ||
seed | No | ||
steps | No | ||
width | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"apiUrl": {
"default": "http://localhost:5001",
"type": "string"
},
"cfg_scale": {
"type": "number"
},
"denoising_strength": {
"type": "number"
},
"height": {
"type": "number"
},
"init_images": {
"items": {
"type": "string"
},
"type": "array"
},
"negative_prompt": {
"type": "string"
},
"prompt": {
"type": "string"
},
"sampler_name": {
"type": "string"
},
"seed": {
"type": "number"
},
"steps": {
"type": "number"
},
"width": {
"type": "number"
}
},
"required": [
"prompt",
"init_images"
],
"type": "object"
}
You must be authenticated.
Other Tools
- kobold_max_context_length
- kobold_max_length
- kobold_generate
- kobold_model_info
- kobold_version
- kobold_perf_info
- kobold_token_count
- kobold_detokenize
- kobold_transcribe
- kobold_web_search
- kobold_tts
- kobold_abort
- kobold_last_logprobs
- kobold_sd_models
- kobold_sd_samplers
- kobold_txt2img
- kobold_img2img
- kobold_interrogate
- kobold_chat
- kobold_complete