Skip to content

Commit

Permalink
Update param
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen authored and MasterJH5574 committed Mar 8, 2023
1 parent e32576f commit 3e609ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/local_deploy_site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ scripts/build_site.sh web/local-config.json

echo "symlink parameter location to site.."

ln -s `pwd`/dist/params site/_site/dist/webgpu-sd-v1-5
ln -s `pwd`/dist/params site/_site/dist/web-sd-shards-v1-5
cd site && jekyll serve --skip-initial-build --host localhost --baseurl /web-stable-diffusion --port 8888
2 changes: 1 addition & 1 deletion web/gh-page-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"schedulerConstUrl": "dist/scheduler_consts.json",
"wasmUrl": "dist/stable_diffusion_webgpu.wasm",
"cacheUrl": "https://huggingface.co/mlc-ai/web-sd/resolve/main/webgpu-sd-v1-5/",
"cacheUrl": "https://huggingface.co/mlc-ai/web-sd/resolve/main/web-sd-shards-v1-5/",
"tokenizer": "openai/clip-vit-large-patch14"
}
2 changes: 1 addition & 1 deletion web/local-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"schedulerConstUrl": "dist/scheduler_consts.json",
"wasmUrl": "dist/stable_diffusion_webgpu.wasm",
"cacheUrl": "dist/webgpu-sd-v1-5/",
"cacheUrl": "dist/web-sd-shards-v1-5/",
"tokenizer": "openai/clip-vit-large-patch14"
}

0 comments on commit 3e609ee

Please sign in to comment.