Skip to content

Commit 634faa6

Browse files
committed
Update blog
1 parent 298bb2f commit 634faa6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "Post from Oct 22, 2025"
3+
date: 2025-10-22T07:45:34
4+
slug: "1761119134"
5+
tags:
6+
- easydiffusion
7+
- worklog
8+
- samplers
9+
- c++
10+
---
11+
12+
Wrote a fresh implementation of most of the popular samplers and schedulers used for image generation (Stable Diffusion and Flux) at [https://github.com/cmdr2/samplers.cpp](https://github.com/cmdr2/samplers.cpp). A few other schedulers (like `Align Your Steps`) have been left out for now, but are pretty easy to implement.
13+
14+
It's still work-in-progress, and is not ready for public use. The algorithmic port has been completed, and the next step is to test the output values against reference values (from another implementation, e.g. Forge WebUI). After that, I'll translate it to C++.
15+
16+
This library is necessary for sdkit v3 (being designed for the upcoming Easy Diffusion v4), since we need a C++ implementation of the sampling and scheduling code. Samplers and schedulers are a major part of the "glue code" that tie together the various [models being executed](https://cmdr2.github.io/notes/2025/10/1760088945/) on the GPU.

0 commit comments

Comments
 (0)