Jingya's picture
Jingya HF Staff
Create sdxl-turbo.json
591ea52 verified
raw
history blame
370 Bytes
{
"stabilityai/sdxl-turbo": [
{ "task": "stable-diffusion", "batch_size": 1, "height": 768, "width": 768, "num_images_per_prompt": 1, "auto_cast": "matmul", "auto_cast_type": "bf16" },
{ "task": "stable-diffusion", "batch_size": 1, "height": 1024, "width": 1024, "num_images_per_prompt": 1, "auto_cast": "matmul", "auto_cast_type": "bf16" }
]
}