Add sd.cpp-webui as an available frontend #738
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.