Views
No views yet
{
"endpoint": "txt2img",
"params": {
"prompt": "an astronaut riding a (horse:motorcycle:0.5) on the moon",
"negative_prompt": "cartoonish, low quality",
"steps": 25,
"sampler_name": "Euler a",
"cfg_scale": 7.5,
"seed": 42,
"batch_size": 1,
"n_iter": 1,
"width": 512,
"height": 512,
"tiling": false
}
}prompt is required.){
"images": [
"<base64 image>"
]
}{
"endpoint": "img2img",
"params": {
"prompt": "an astronaut riding a horse on the moon in anime style",
"negative_prompt": "cartoonish, low quality",
"steps": 25,
"sampler_name": "Euler a",
"cfg_scale": 7.5,
"denoising_strength": 0.7,
"seed": 42,
"batch_size": 1,
"n_iter": 1,
"width": 512,
"height": 512,
"tiling": false
"init_images": [
"<base64 image>"
]
}
}prompt and init_images are required.){
"images": [
"<base64 image>"
]
}