ControlNet-endpoint / request.json
Anwar786's picture
Update request.json
ffa1636 verified
raw
history blame
No virus
307 Bytes
payload = {
"inputs": "Your prompt here",
"image_path": "path/to/your/image.jpg",
"controlnet_type": "depth",
"num_inference_steps": 30,
"guidance_scale": 7.5,
"negative_prompt": None,
"height": None,
"width": None,
"controlnet_conditioning_scale": 1.0,
}