Update stable-diffusion-config.json
Browse files- stable-diffusion-config.json +10 -13
stable-diffusion-config.json
CHANGED
@@ -1,17 +1,14 @@
|
|
|
|
1 |
{
|
2 |
"schedulerConstUrl": [
|
3 |
"dist/scheduler_dpm_solver_multistep_consts.json",
|
4 |
-
"dist/scheduler_pndm_consts.json"
|
5 |
-
|
6 |
],
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
"Stable-Diffusion-XL": "web-sd-shards-xl/",
|
15 |
-
"Stable-Diffusion-1.5": "https://huggingface.co/mlc-ai/web-sd/resolve/main/web-sd-shards-v1-5/"
|
16 |
-
}
|
17 |
-
}
|
|
|
1 |
+
|
2 |
{
|
3 |
"schedulerConstUrl": [
|
4 |
"dist/scheduler_dpm_solver_multistep_consts.json",
|
5 |
+
"dist/scheduler_pndm_consts.json"
|
6 |
+
|
7 |
],
|
8 |
+
"wasmUrl": "dist/stable_diffusion_webgpu.wasm",
|
9 |
+
"cacheUrl": "https://huggingface.co/mlc-ai/web-sd/resolve/main/web-sd-shards-v1-5/",
|
10 |
+
"tokenizer": "openai/clip-vit-large-patch14"
|
11 |
+
|
12 |
+
|
13 |
+
|
14 |
+
|
|
|
|
|
|
|
|