You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Stable Diffusion on [tinygrad](https://github.com/tinygrad/tinygrad) WebGPU
2
2
3
+
NOTE: This is an outdated model export, please try these instead:
4
+
- new f32 version (~10% faster): https://github.com/wpmed92/stable-diffusion-wgpu-tinygrad
5
+
- f16 version (~40% faster): https://github.com/wpmed92/stable-diffusion-tinygrad-f16
6
+
3
7
This is a WebGPU port of Stable Diffusion in [tinygrad](https://github.com/tinygrad/tinygrad).<br>
4
8
Try it out [here](https://softwiredtech.github.io/stable-diffusion-webgpu/)!<br>
5
9
The python code I wrote to compile and export the model can be found [here](https://github.com/tinygrad/tinygrad/blob/master/examples/webgpu/stable_diffusion/compile.py)
0 commit comments