Upload stable-diffusion-config.json
Browse files
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 |
+
}
|