ControlNet-endpoint / request.json
Anwar786's picture
Update request.json
4836f4c verified
raw history blame
No virus
773 Bytes
{
"inputs": {
"prompt": "cloudy sky background lush landscape house and green trees, RAW photo (high detailed skin:1.2), 8k uhd, dslr, soft lighting, high quality, film grain, Fujifilm XT3",
"negative_prompt": "blur",
"width": 1024,
"height": 1024,
"batch_size": 1,
"cfg_scale": 7,
"steps": 30,
"override_settings": {
"sd_model_checkpoint": "v1-5-pruned-emaonly.safetensors [6ce0161689]"
},
"override_settings_restore_afterwards": true,
"alwayson_scripts": {
"controlnet": {
"args": [
{
"enabled": true,
"input_image": "image in base64",
"model": "control_sd15_depth [fef5e48e]",
"control_mode": "Balanced"
}
]
}
}
}
}