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

Create stable-diffusion-xl-refiner-1.0.json

Browse files
inference-cache-config/stable-diffusion-xl-refiner-1.0.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "stabilityai/stable-diffusion-xl-refiner-1.0": [
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
+ }