Gen AI models (stable diffusion)
I would like a way to generate images locally using Stable Diffusion-esqe models.
ramalama serve --name stable-diffusion stable-diffusion
have it download a specified model, the allow me to ask the model for something and generate an image.
Would love to discuss the interface/tui/flow of this more with the team!
https://diffusionbee.com/ an example of a similar tool
This might be the best tool to look into to start as it uses the same library as llama.cpp:
https://github.com/leejet/stable-diffusion.cpp
GGML
Here's a UI for it:
https://jellybox.com/
Is this something we care about or is llama.cpp need to get this functionality so we can take advantage?
I don't expect llama.cpp to ever get this functionality, it's like whisper.cpp just another different form of AI inferencing
Although all three of these projects use ggml llama.cpp, whisper.cpp, stable-diffusion.cpp
Should stable-diffusion be considered a runtime then?
Yes
PR to add stable-diffusion.cpp, one issue will be command line and how much disk space this adds. Could be added as a separate image if it is too big. Would be nice if it has same or similar CLI to llama-serve.
@jtligon interested in working on this?
sure, I'll take it and start on it this week
/assign
A friendly reminder that this issue had no activity for 30 days.
@jtligon do you still consider this issue open?
I'd say #1769 closed it. I wanted to do a cool /closed comment, but wasn't sure how.