Any GUI / webui for this?
Topic
https://github.com/fszontagh/sd.cpp.gui.wx
This was posted in discussions the other day, haven't tried it yet but looks promising.
If you're interested I've made a simple webui for interacting with the program.
https://github.com/daniandtheweb/sd.cpp-webui
koboldcpp also uses stablediffusion.cpp: https://github.com/LostRuins/koboldcpp
Here my Open Frameworks addon: https://github.com/Jonathhhan/ofxStableDiffusion The example is made with ofxImGui.
It could be a good idea to dedicate a space in the README for the GUIs as in llama.cpp.
It could be a good idea to dedicate a space in the README for the GUIs as in llama.cpp.
There is one. At the very bottom
It could be a good idea to dedicate a space in the README for the GUIs as in llama.cpp.
There is one. At the very bottom
Oh, hadn't noticed it, thanks.
A simple GUI based on CLI arguments is available as a fork: https://github.com/piallai/stable-diffusion.cpp Not as fancy as the other ones listed, but maybe easier to adapt to the developments of the master repository.