File size: 307 Bytes
ffa1636
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
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, 
}