silait commited on
Commit
419735e
·
verified ·
1 Parent(s): c0cb02e

Upload stable-diffusion-config.json

Browse files
Files changed (1) hide show
  1. stable-diffusion-config.json +9 -0
stable-diffusion-config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schedulerConstUrl": [
3
+ "dist/scheduler_dpm_solver_multistep_consts.json",
4
+ "dist/scheduler_pndm_consts.json"
5
+ ],
6
+ "wasmUrl": "dist/stable_diffusion_webgpu.wasm",
7
+ "cacheUrl": "https://huggingface.co/mlc-ai/web-sd/resolve/main/web-sd-shards-v1-5/",
8
+ "tokenizer": "openai/clip-vit-large-patch14"
9
+ }