Skip to content

Commit 3bd8b1d

Browse files
committed
Update blog
1 parent a9efd8f commit 3bd8b1d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "Post from Dec 25, 2025"
3+
date: 2025-12-25T08:48:39
4+
slug: "1766652519"
5+
tags:
6+
- worklog
7+
- easydiffusion
8+
---
9+
10+
- Enabled Flash-Attention and CPU offloading by default in sdkit3 (i.e. Easy Diffusion v4).
11+
- Added optional VAE tiling (and VAE tile size configuration) via `config.yaml` in Easy Diffusion v4.
12+
- Created Easy Diffusion's [fork](https://github.com/easydiffusion/stable-diffusion-webui-forge) of Forge WebUI, in order to apply the patches required to run with ED. And also to try adding new features like Z-Image (which are missing in the seemingly-abandoned main Forge repo).
13+
- Improved the heuristics used for killing and restarting the backend child process, since `/ping` requests are unreliable if the backend is under heavy load.
14+
- Merged a few PRs ([1](https://github.com/easydiffusion/torchruntime/pull/28) [2](https://github.com/easydiffusion/torchruntime/pull/30)) for `torchruntime` that improve support for pinning pre-cu128 torch versions and fix the order of detection of DirectML and CUDA (prefers CUDA).
15+
- Added progress bars when downloading v4 backend artifacts.

0 commit comments

Comments
 (0)