Public
Documentation Settings

stable-diffusion

GETprogress

http://10.144.1.7:3400/sdapi/v1/progress
PARAMS
Example Request
curl
curl --location 'http://10.144.1.7:3400/sdapi/v1/progress'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETqueue

http://10.144.1.7:3400/queue/status
Example Request
curl
curl --location 'http://10.144.1.7:3400/queue/status'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

POSTtxt2img

http://192.168.41.52:3400/sdapi/v1/txt2img
Bodyraw (json)
json
{
    "enable_hr": false,
    "denoising_strength": 0,
    "firstphase_width": 0,
    "firstphase_height": 0,
    "hr_scale": 2,
    "hr_upscaler": "None",
    "hr_second_pass_steps": 0,
    "hr_resize_x": 0,
    "hr_resize_y": 0,
    "prompt": "a pretty girl",
    "styles": [],   
    "seed": -1,
    "subseed": -1,
    "subseed_strength": 0,
    "seed_resize_from_h": -1,
    "seed_resize_from_w": -1,
    "sampler_name": "DPM++ SDE Karras",
    "batch_size": 1,
    "n_iter": 1,
    "steps": 50,
    "cfg_scale": 7,
    "width": 512,
    "height": 512,
    "restore_faces": false,
    "tiling": false,
    "do_not_save_samples": false,
    "do_not_save_grid": false,
    "negative_prompt": "",
    "eta": 0,
    "s_min_uncond": 0,
    "s_churn": 0,
    "s_tmax": 0,
    "s_tmin": 0,
    "s_noise": 1,
    "override_settings": {},
    "override_settings_restore_afterwards": true,
    "script_args": [],
    "sampler_index": "DPM++ SDE Karras",
    "script_name": "",
    "send_images": true,
    "save_images": false,
    "alwayson_scripts": {}
}
Example Request
curl
curl --location 'http://192.168.41.52:3400/sdapi/v1/txt2img' \
--data '{
    "enable_hr": false,
    "denoising_strength": 0,
    "firstphase_width": 0,
    "firstphase_height": 0,
    "hr_scale": 2,
    "hr_upscaler": "None",
    "hr_second_pass_steps": 0,
    "hr_resize_x": 0,
    "hr_resize_y": 0,
    "prompt": "a pretty girl",
    "styles": [],   
    "seed": -1,
    "subseed": -1,
    "subseed_strength": 0,
    "seed_resize_from_h": -1,
    "seed_resize_from_w": -1,
    "sampler_name": "DPM++ SDE Karras",
    "batch_size": 1,
    "n_iter": 1,
    "steps": 50,
    "cfg_scale": 7,
    "width": 512,
    "height": 512,
    "restore_faces": false,
    "tiling": false,
    "do_not_save_samples": false,
    "do_not_save_grid": false,
    "negative_prompt": "",
    "eta": 0,
    "s_min_uncond": 0,
    "s_churn": 0,
    "s_tmax": 0,
    "s_tmin": 0,
    "s_noise": 1,
    "override_settings": {},
    "override_settings_restore_afterwards": true,
    "script_args": [],
    "sampler_index": "DPM++ SDE Karras",
    "script_name": "",
    "send_images": true,
    "save_images": false,
    "alwayson_scripts": {}
}'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETscripts

http://10.144.1.7:3400/sdapi/v1/scripts
Example Request
curl
curl --location 'http://10.144.1.7:3400/sdapi/v1/scripts'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETsamplers

http://10.144.1.7:3400/sdapi/v1/samplers
Example Request
curl
curl --location 'http://10.144.1.7:3400/sdapi/v1/samplers'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers