Jingya HF Staff commited on
Commit
591ea52
·
verified ·
1 Parent(s): aa72a1a

Create sdxl-turbo.json

Browse files
inference-cache-config/sdxl-turbo.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "stabilityai/sdxl-turbo": [
3
+ { "task": "stable-diffusion", "batch_size": 1, "height": 768, "width": 768, "num_images_per_prompt": 1, "auto_cast": "matmul", "auto_cast_type": "bf16" },
4
+ { "task": "stable-diffusion", "batch_size": 1, "height": 1024, "width": 1024, "num_images_per_prompt": 1, "auto_cast": "matmul", "auto_cast_type": "bf16" }
5
+ ]
6
+ }