Update stable-diffusion-config.json
Browse files- stable-diffusion-config.json +12 -4
stable-diffusion-config.json
CHANGED
@@ -1,9 +1,17 @@
|
|
1 |
{
|
2 |
"schedulerConstUrl": [
|
3 |
"dist/scheduler_dpm_solver_multistep_consts.json",
|
4 |
-
"dist/scheduler_pndm_consts.json"
|
|
|
5 |
],
|
6 |
-
"
|
7 |
-
"
|
8 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
}
|
|
|
1 |
{
|
2 |
"schedulerConstUrl": [
|
3 |
"dist/scheduler_dpm_solver_multistep_consts.json",
|
4 |
+
"dist/scheduler_pndm_consts.json",
|
5 |
+
"dist/scheduler_euler_discrete_consts.json"
|
6 |
],
|
7 |
+
"tokenizer": "openai/clip-vit-large-patch14",
|
8 |
+
"tokenizer2": "openai/clip-vit-large-patch14",
|
9 |
+
"model_lib_map": {
|
10 |
+
"Stable-Diffusion-XL": "dist/stable_diffusion_xl.wasm",
|
11 |
+
"Stable-Diffusion-1.5": "dist/stable_diffusion_webgpu.wasm"
|
12 |
+
},
|
13 |
+
"param_dict": {
|
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 |
}
|