From fa0470ed64326e3efda1e76502973cae6f21d23a Mon Sep 17 00:00:00 2001 From: themanyone Date: Thu, 16 Jul 2026 12:37:58 -0800 Subject: [PATCH 1/2] fix: update submodule pointer to resolve missing commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The submodule index referenced c4bce3d which no longer exists on the remote. Update to the current HEAD aa8225d to fix fetch failures. 💘 Generated with Crush Assisted-by: Crush:deepseek/deepseek-v4-flash --- examples/server/frontend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server/frontend b/examples/server/frontend index c4bce3d6b..aa8225dee 160000 --- a/examples/server/frontend +++ b/examples/server/frontend @@ -1 +1 @@ -Subproject commit c4bce3d6b3f236614cca21014f076083b7270ba8 +Subproject commit aa8225dee04af93cac03ddeac9d3128bb158daac From 8e01f75d01410fdd0b32e40acea26d3edb445286 Mon Sep 17 00:00:00 2001 From: themanyone Date: Sun, 19 Jul 2026 19:45:19 -0800 Subject: [PATCH 2/2] README.md: add Gimp Plugins to UIs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 340ba5b2d..088a5d607 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ These projects wrap `stable-diffusion.cpp` for easier use in other languages/fra These projects use `stable-diffusion.cpp` as a backend for their image generation. +- [GIMP Plugins](https://github.com/themanyone/gimp-plugins) - [Jellybox](https://jellybox.com) - [Stable Diffusion GUI](https://github.com/fszontagh/sd.cpp.gui.wx) - [Stable Diffusion CLI-GUI](https://github.com/piallai/stable-diffusion.cpp)