File size: 377 Bytes
15e2d04
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Juggernaut XL + ControlNet Depth — Image Editing Endpoint

This endpoint allows:

- Image upload
- Adding objects
- Changing clothing
- Making characters hold or touch things
- Scene editing
- 10 output images per request

### Input Format (POST)

```json
{
  "prompt": "make her hold a red umbrella",
  "negative_prompt": "blurry, distorted",
  "image": "<base64 image>"
}