Skip to content

Commit c265be4

Browse files
committed
Update blog
1 parent 083fda5 commit c265be4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "Post from Nov 27, 2025"
3+
date: 2025-11-27T10:05:12
4+
slug: "1764237912"
5+
tags:
6+
- sdkit
7+
- v3
8+
---
9+
10+
Managed to get [stable-diffusion.cpp](https://github.com/leejet/stable-diffusion.cpp) integrated into [sdkit v3](https://github.com/easydiffusion/sdkit/tree/v3) and Easy Diffusion.
11+
12+
sdkit v3 wraps `stable-diffusion.cpp` with an API server. For now, the API server exposes an API compatible with Forge WebUI. This saves me time, and allows Easy Diffusion to work out-of-the-box with the new C++ based sdkit.
13+
14+
It compiles and runs quite well. Ran it with Easy Diffusion's UI. Tested with Vulkan and CUDA, on Windows.
15+
16+
There are a few [feature gaps](https://github.com/users/cmdr2/projects/16/views/5) (e.g. gfpgan, more controlnet models, more controlnet filters, more schedulers/samplers, reload specific models instead of everything), but `stable-diffusion.cpp` has come a long way over the past year. The performance is reasonable. Not as fast as Forge or diffusers, but respectable. I haven't spent any time on performance optimizations yet.
17+
18+
The next step is to figure out how to distribute this to Easy Diffusion's users. I'd especially like AMD users of Easy Diffusion to be able to use this ASAP (since AMD support is currently pretty unreliable). The Forge WebUI integration (i.e. ED 3.5) is currently sitting in the beta branch, but I don't want to wait until it's promoted to prod.

0 commit comments

Comments
 (0)