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.51k stars 220 forks source link

webGL needed #26

Open mccoysc opened 1 year ago

mccoysc commented 1 year ago

maybe,webGL is a better choice other than webGPU. gpu.js

guoyaol commented 1 year ago

Thanks for your advice! WebGPU is designed to be the successor to WebGL, with better performance and new features. And we also understand that WebGL sometimes has more support since it's been around for longer.