Sep 1, 2025
Tags: easydiffusion, admin, worklog
Cleared the backlog of stale issues on ED’s github repo. This brought down the number of open issues from ~350 to 74.
A number of those suggestions and issues are already being tracked on my task board. The others had either been fixed, or were really old (i.e. not relevant to reply anymore).
While I’d have genuinely wanted to solve all of those unresolved issues, I was on a break from this project for nearly 1.5 years, so unfortunately it is what it is.
Jan 28, 2025
Tags: easydiffusion, sdkit, freebird, worklog
Continued to test and fix issues in sdkit, after the change to support DirectML. The change is fairly intrusive, since it removes direct references to torch.cuda
with a layer of abstraction.
Fixed a few regressions, and it now passes all the regression tests for CPU and CUDA support (i.e. existing users). Will test for DirectML next, although it will fail (with out-of-memory) for anything but the simplest tests (since DirectML is quirky with memory allocation).