madebyollin / maple-diffusion

Stable Diffusion inference on iOS / macOS using MPSGraph
https://madebyoll.in/posts/maple_diffusion/
MIT License
799 stars 51 forks source link

What model is maple-diffusion using #26

Closed Jerry23011 closed 1 year ago

Jerry23011 commented 1 year ago

Hi, just want to know which model does maple-diffusion use for training?

Jerry23011 commented 1 year ago

I know it's Stable Diffusion, just want to know what is the data you are using for training.

madebyollin commented 1 year ago

maple-diffusion does not include any model weights, training code, or training data; you (the user) can bring whichever trained model weights you want to use.

The screenshots / instructions in the README use stability.ai's original Stable Diffusion 1.4 model, which was reportedly trained on various subsets of LAION-5B in some complicated sequence (per their model card) :)

Jerry23011 commented 1 year ago

thanks