Invalid JSON:
Unexpected token 'p', "payload = "... is not valid JSON
| 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, | |
| } |