divamgupta / diffusionbee-stable-diffusion-ui

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.
https://diffusionbee.com
GNU Affero General Public License v3.0
12.4k stars 608 forks source link

Include vae.pt files with some models #312

Open NicolasSompairac opened 1 year ago

NicolasSompairac commented 1 year ago

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 by vae.pt.

DuckLabz commented 1 year ago

I would be interested if it was added too