Diffusion Bee is the easiest way to run Stable Diffusion locally on your M1 Mac. Comes with a one-click installer. No dependencies or technical knowledge needed.
I saw that certain ckpt models asks users to have the corresponding vae.pt file to be used in parallel for some corrections and better results. Only examples that come to mind are from NovelAI and the models related to it, such as AnythingV3 or waifu-diffusion.
Would be nice to know if this could be integrated along a certain model during the loading and conversion to DB dict.
As far as I understand, the vae.pt looks just any other ckpt folder inside. A1111 webui loads it automatically along a given model as long as the files has the same name as the model followed by vae.pt.
Hello there,
I saw that certain ckpt models asks users to have the corresponding
vae.pt
file to be used in parallel for some corrections and better results. Only examples that come to mind are from NovelAI and the models related to it, such as AnythingV3 or waifu-diffusion. Would be nice to know if this could be integrated along a certain model during the loading and conversion to DB dict.As far as I understand, the
vae.pt
looks just any other ckpt folder inside. A1111 webui loads it automatically along a given model as long as the files has the same name as the model followed byvae.pt
.