Skip to content

Conversation

daniandtheweb
Copy link
Contributor

@daniandtheweb daniandtheweb commented Jul 23, 2025

sd.cpp-webui is a frontend for stable-diffusion.cpp that I've been developing for a while.
It started as a simple way to test changes to the backend as it's mostly a command generator that calls directly the sd binary but that allows to easily swap between versions just by pasting in the main sd.cpp-webui folder a different binary version, no reload required.

Right now this frontend has most of the features of the main program (I'm working on adding the missing ones) and has a built in gallery with a metadata reader to easily access the image information of the images generated with this program (there's also a fallback that tries to read the metadata of images originally created on ComfyUI so that prompts can be easily reused).

I'd love to get some feedback on this and if anyone has any improvement to suggest I'd be happy to hear it.

@leejet
Copy link
Owner

leejet commented Jul 23, 2025

Great job!

@leejet leejet merged commit 26f3f61 into leejet:master Jul 23, 2025
@hartmark
Copy link
Contributor

hartmark commented Sep 3, 2025

This is quite cool wrapper, but I think it would be nice if sd-binary could stay resident in memory and cache the models so any following subsequent image renderings would go faster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants