Skip to content

Commit

Permalink
bump ORT version to latest before dispatch change + fix github icon p…
Browse files Browse the repository at this point in the history
…osition
  • Loading branch information
eyaler committed Nov 29, 2024
1 parent 16ca967 commit 23501bb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions assets/js/common_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ export const getTime = () => {

const KNOWN_COMPATIBLE_ORT_VERSION = {
'stable-diffusion-1.5': { 'dev': '1.20.0-dev.20240919-bd60add8ce', 'stable': '1.20.0', 'test': 'test' },
'sd-turbo': { 'dev': '1.20.0-dev.20240919-bd60add8ce', 'stable': '1.20.0', 'test': 'test' },
//'sd-turbo': { 'dev': '1.21.0-dev.20241019-abad69b322', 'stable': '1.20.0', 'test': 'test' },
'sd-turbo': { 'dev': '1.20.0-dev.20240927-b81e76b9a6', 'stable': '1.20.0', 'test': 'test' },
//'sd-turbo': { 'dev': '1.21.0-dev.20241109-d3ad76b2cf', 'stable': '1.20.0', 'test': 'test' }, // https://github.com/microsoft/webnn-developer-preview/pull/56#issuecomment-2507744656
'segment-anything': { 'dev': '1.20.0-dev.20240919-bd60add8ce', 'stable': '1.20.0', 'test': 'test' },
'whisper-base': { 'dev': '1.20.0-dev.20240919-bd60add8ce', 'stable': '1.20.0', 'test': 'test' },
'image-classification': { 'dev': '1.20.0-dev.20240919-bd60add8ce', 'stable': '1.20.0', 'test': 'test' },
Expand Down
2 changes: 1 addition & 1 deletion demos/sd-turbo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ <h1 class="title">
<circle cx="156" cy="131" r="15" fill="#666666" class="_logo_n1" />
</svg>
<span id="title">WebNN</span> Stable Diffusion Turbo
</h1>
<div class="archive">
<a class="icon github" title="Code on GitHub"
href="https://github.com/eyaler/webnn-developer-preview/"></a>
</div>
</h1>

</div>
<div class="v9">
Expand Down
2 changes: 1 addition & 1 deletion demos/sd-turbo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function getConfig() {
devicetype: "gpu",
threads: "1",
images: "1",
ort: "test",
ort: "dev",
power: 'high-performance'
};

Expand Down
2 changes: 1 addition & 1 deletion demos/sd-turbo/static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@ svg {
}

.archive {
position: fixed;
position: absolute;
right: 1.4rem;
top: .7rem;
z-index: 1000;
Expand Down

0 comments on commit 23501bb

Please sign in to comment.