ggml
ggml copied to clipboard
[Feature Request] Add support for stable diffusion model 🤗
Is there any reason we can't just dynamically load a model in ggml? Why do we need to have some hardcoded paths?
Duplicate of #4.
Duplicate of #4.
It was posted 6 months ago 😱. i guess we have no hope. ðŸ˜
It was posted 6 months ago 😱. i guess we have no hope. ðŸ˜
8 months 🙋
I've implemented Stable Diffusion using GGML. Welcome to try it out.
https://github.com/leejet/stable-diffusion.cpp
This is an example
./sd -m ../models/sd-v1-4-ggml-model-f16.bin -p "a lovely cat"
I've implemented Stable Diffusion using GGML. Welcome to try it out.
https://github.com/leejet/stable-diffusion.cpp
This is an example
./sd -m ../models/sd-v1-4-ggml-model-f16.bin -p "a lovely cat"
Our wish comes true.. But is it worth it?