We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
https://diffusionbee.com/ an example of a similar tool
Sorry, something went wrong.
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/
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: