ggml icon indicating copy to clipboard operation
ggml copied to clipboard

[Feature Request] Add support for stable diffusion model 🤗

Open x-legion opened this issue 1 year ago • 4 comments

x-legion avatar Apr 10 '23 12:04 x-legion

Is there any reason we can't just dynamically load a model in ggml? Why do we need to have some hardcoded paths?

JonathanGrant avatar Apr 16 '23 23:04 JonathanGrant

Duplicate of #4.

walking-octopus avatar Apr 27 '23 22:04 walking-octopus

Duplicate of #4.

It was posted 6 months ago 😱. i guess we have no hope. 😭

x-legion avatar Apr 28 '23 08:04 x-legion

It was posted 6 months ago 😱. i guess we have no hope. 😭

8 months 🙋

FNsi avatar Jul 05 '23 13:07 FNsi

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"

image

leejet avatar Aug 13 '23 08:08 leejet

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"

image

Our wish comes true.. But is it worth it?

x-legion avatar Aug 14 '23 06:08 x-legion