Skip to content

Commit

Permalink
folder reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
eyaler committed Sep 25, 2024
1 parent 58bc5b0 commit 5b04c31
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Note as of September 2024 this is only supported on *Chromium desktop*.
Enable graphics/hardware acceleration browser setting to reduce lag.
Particularly for the WebGPU examples - make sure you are using a discrete GPU.

For fullscreen zoom of output (with right-click) enable: `chrome://flags/#element-capture` (*Google Chrome*), or
`chrome://flags/#enable-experimental-web-platform-features` (*Chromium*).
To allow fullscreen zoom of output (with right-click) enable: `chrome://flags/#element-capture` (*Google Chrome 121+*), or
`chrome://flags/#enable-experimental-web-platform-features` (*Chromium 121+*).

You can browse the effects with `Alt+↑` and `Alt+↓`

Expand All @@ -18,7 +18,7 @@ WebGPU ([TensorFlow.js](https://www.tensorflow.org/js), [ONNX Runtime Web](https
WebGL ([Three.js](https://threejs.org/), [SwissGL](https://google.github.io/swissgl/)), and VanillaJS.

Known issues:
1. Modnet crashes using Transformers.js v3-alpha on Chromium 129+: https://github.com/xenova/transformers.js/issues/943 (I currently reverted to v2 causing a significant slowdown)
1. Modnet crashes using Transformers.js v3-alpha on Chromium 129+: https://github.com/xenova/transformers.js/issues/943 (currently reverted to v2 with a significant slowdown)
2. Resolution of captured media is doubled for smaller frames: https://github.com/screen-share/element-capture/issues/44

<br>
Expand All @@ -27,4 +27,4 @@ Known issues:

<br>

![Architecture](LordTubeMaster.svg)
![Architecture](media/LordTubeMaster.svg)
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 13 additions & 0 deletions media/LordTubeMaster.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import 'https://cdn.jsdelivr.net/npm/@tensorflow/[email protected]/dist
import * as ort from 'https://cdn.jsdelivr.net/npm/[email protected]/dist/ort.webgpu.min.mjs'
ort.env.wasm.wasmPaths = 'https://cdn.jsdelivr.net/npm/[email protected]/dist/'

import SwissGL from './swissgl/swissgl.mjs'
import SwissGL from './libs/swissgl/swissgl.mjs'
import DotCamera from './models/dotcamera.js'

import * as THREE from 'https://cdn.jsdelivr.net/npm/[email protected]/build/three.module.min.js'
Expand Down

0 comments on commit 5b04c31

Please sign in to comment.