mlc-ai / web-stable-diffusion

Bringing stable diffusion models to web browsers. Everything runs inside the browser with no server support.
https://mlc.ai/web-stable-diffusion
Apache License 2.0
3.56k stars 227 forks source link

web worker and wasm ? #16

Open gedw99 opened 1 year ago

gedw99 commented 1 year ago

Wonder if the GUI would have less responsive issues if Web worker was used ?

Also if WASM was used ?

DustinBrett commented 1 year ago

I've got it running in a Web Worker on my personal project, although once it gets going it still freezes the browser a bit, but in general it was faster.