Stable Diffusion XL
Stable Diffusion XL Models
List Models
GET
/sdxl/list
List all currently available Stable Diffusion XL models
Headers
Content-Type
application/json
Response
List Samplers
GET
/sdxl/sampler
List available samplers
Headers
Content-Type
application/json
Response
List Loras
GET
/sdxl/lora
List available Loras
You can use loras in your prompt with <lora:Name:weight>
Headers
Content-Type
application/json
Response
List Embeddings
GET
/sdxl/embeddings
List available Embeddings
Headers
Content-Type
application/json
Response
Create Image
POST
/sdxl/:model
Send image prompt to Stable Diffusion XL
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body
prompt
string
Image Prompt
none
negative_prompt
string
Negative prompt
custom
steps
number
Diffusion steps
20
cfg_scale
number
Prompt following
7
sampler
string
Diffusion sampler
DPM++ 2M Karras
Response
Example
Last updated