ControlNet
Our API currently supports a variety of 3 ControlNet models, categorized into distinct groups. These include Canny, Depth, and Pose Estimation models, all of which are based on the SDXL framework.
For more detailed information about these ControlNet models, please refer to the ControlNet section.
ControlNet API
POST
/getImagetoImage
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Body
Name | Type | Description |
---|---|---|
app_id | string | -> Each model is uniquely characterized by its own |
image | string | -> The -> If the original image dimensions exceed 1536x1536 pixels, the image will be adjusted to fit within this size while preserving the original aspect ratio. |
prompt | string | -> The |
guidance_scale | float | -> The -> The valid range for the |
batch | int | -> The -> The valid range for this parameter is between 1 and 8. |
strength | float | -> The -> A higher |
negative_prompt | string | -> The |
num_inference_steps | int | -> The -> The valid range for the |
celery | bool | -> The |
inference_type | string | -> The
The different GPU options provide varying levels of performance and capabilities, allowing you to choose the most suitable GPU based on your requirements and the demand for the task. |
APP IDs for different ControlNet
App ID | Model Name |
---|---|
ap-1us0FK21Ach6eiWxo22is8 | Canny ControlNet |
ap-WrXnJBXy23XpPh6IlH5tRX | Depth ControlNet |
ap-a1b2c3d4e5f6g7h8i9j0kq | Pose ControlNet |
Response
Run the API
To test this API, please use the following link:
Last updated