πŸ–ΌοΈStable Diffusion XL

Stable Diffusion XL Models

List Models

GET /sdxl/list

List all currently available Stable Diffusion XL models

Headers

Name
Value

Content-Type

application/json

Response

["SDXL_base", "DreamShaperXL_1.0", ...]

List Samplers

GET /sdxl/sampler

List available samplers

Headers

Name
Value

Content-Type

application/json

Response

["Euler", "Euler a", "LMS", ...]

List Loras

GET /sdxl/lora

List available Loras You can use loras in your prompt with <lora:Name:weight>

Headers

Name
Value

Content-Type

application/json

Response

List Embeddings

GET /sdxl/embeddings

List available Embeddings

Headers

Name
Value

Content-Type

application/json

Response

Create Image

POST /sdxl/:model

Send image prompt to Stable Diffusion XL

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description
Default

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