stable-diffusion.cpp icon indicating copy to clipboard operation
stable-diffusion.cpp copied to clipboard

Any GUI / webui for this?

Open f1am3d opened this issue 1 year ago • 8 comments

Topic

f1am3d avatar May 12 '24 17:05 f1am3d

https://github.com/fszontagh/sd.cpp.gui.wx

This was posted in discussions the other day, haven't tried it yet but looks promising.

grauho avatar May 12 '24 19:05 grauho

If you're interested I've made a simple webui for interacting with the program.

https://github.com/daniandtheweb/sd.cpp-webui

daniandtheweb avatar May 12 '24 23:05 daniandtheweb

koboldcpp also uses stablediffusion.cpp: https://github.com/LostRuins/koboldcpp

JohnAlcatraz avatar May 13 '24 03:05 JohnAlcatraz

Here my Open Frameworks addon: https://github.com/Jonathhhan/ofxStableDiffusion The example is made with ofxImGui.

Jonathhhan avatar May 26 '24 23:05 Jonathhhan

It could be a good idea to dedicate a space in the README for the GUIs as in llama.cpp.

daniandtheweb avatar Jun 04 '24 14:06 daniandtheweb

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

phudtran avatar Jun 04 '24 14:06 phudtran

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.

daniandtheweb avatar Jun 04 '24 14:06 daniandtheweb

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.

piallai avatar Sep 21 '24 17:09 piallai