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: content/blog/2025-11-19-1763531042.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ But I think it's better to use the simpler option first, i.e. use `stable-diffus
16
16
17
17
Here's a possible roadmap instead:
18
18
1.**sdkit v3** - Use `stable-diffusion.cpp`, and change whatever's necessary to support Easy Diffusion's requirements. Upstream the changes where possible.
19
-
2.**sdkit v4** - Develop [graph-compiler](https://github.com/cmdr2/graph-compiler) further to generate ggml automatically from onnx (for the required models). This will bypass the need for hand-written models like in sd.cpp, and enable further high-level optimizations that'll run automatically on the graph.
19
+
2.**sdkit v4** - Develop [graph-compiler](https://github.com/cmdr2/graph-compiler) further to generate ggml automatically from onnx (for the required models). This will bypass the need for hand-written ports of models like in sd.cpp, and enable further high-level optimizations that'll run automatically on the graph.
20
20
3.**sdkit v5** - Add automatic GPU kernel code-generation in `graph-compiler`, bypassing the need for hand-written kernels like in ggml. This will enable further low-level optimizations around tiling, fusion, memory transfers etc.
0 commit comments