Jingya HF Staff commited on
Commit
e4e1333
·
verified ·
1 Parent(s): 4a034bb

Create stable-diffusion-2-1.json

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