Giter Site home page Giter Site logo

Suggestion: Stable Diffusion Model about ggml HOT 6 OPEN

ggerganov avatar ggerganov commented on August 19, 2024 13
Suggestion: Stable Diffusion Model

from ggml.

Comments (6)

leejet avatar leejet commented on August 19, 2024 9

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

from ggml.

tikikun avatar tikikun commented on August 19, 2024 8

hi thumb up for this

from ggml.

ggerganov avatar ggerganov commented on August 19, 2024 3

Yup, I've been thinking about it - the network seems a bit more complex compared to GPT and Whisper, but I think most of the building blocks are already available in ggml.

Last time I took a look at the python source, I got a bit lost because the model does not seem concentrated in one place as it is with the other models. For example, here I see 8 pipelines and I don't know which one is relevant and which not.

from ggml.

jafri avatar jafri commented on August 19, 2024

These 3 are the main pipelines

image

1: Text to Image (Most popular), give it a text prompt and it generates an image
2: Image to Image -> Example: give it an initial reference image and turn it into picasso style
3. Inpainting
image

from ggml.

jafri avatar jafri commented on August 19, 2024

This one is interesting too:

https://github.com/TheLastBen/fast-stable-diffusion

from ggml.

x-legion avatar x-legion commented on August 19, 2024

Yup, I've been thinking about it - the network seems a bit more complex compared to GPT and Whisper, but I think most of the building blocks are already available in ggml.

Last time I took a look at the python source, I got a bit lost because the model does not seem concentrated in one place as it is with the other models. For example, here I see 8 pipelines and I don't know which one is relevant and which not.

IMG_20230428_143440.jpg

from ggml.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.