Replies: 7 comments 3 replies
-
|
That's the idea. Does it work? Don't know. |
Beta Was this translation helpful? Give feedback.
-
|
In my environment, if I put a CKPT or PT with a matching name in the models/VAE folder, it does not get loaded automatically upon start or when switching models when Auto is set in the VAE dropdown. Can you test in your environment @vladmandic? |
Beta Was this translation helpful? Give feedback.
-
|
ok, i've just added that. |
Beta Was this translation helpful? Give feedback.
-
|
I just checked the code: It looks like the VAE must be named And I just found this: So the VAE must be named |
Beta Was this translation helpful? Give feedback.
-
|
I've tested now and with vlad's fix, VAEs load properly from the directory when there is a match, at least in the case of Counterfeit and its CKPT. Now ideally, on model change it would also unload the VAE, as it's unlikely that the next model will need that specific VAE. |
Beta Was this translation helpful? Give feedback.
-
|
One final thing that would really optimize this for good would be the option to always load the 560000 VAE (or whatever the user wants) unless there is a matching VAE for that model. |
Beta Was this translation helpful? Give feedback.
-
|
Yeah, I wonder why that toggle ceased to exist. It wasn't a bad idea to begin with. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Some models like Counterfeit have their VAEs as CKPT files. The advice is to put them alongside the model in the "Stable-diffusion" folder with the same name and that should work. However, these show up like normal Checkpoints in the list causing some confusion.
Q: If I put those in the VAE folder, are they auto-loaded by the UI in case there is a name match? Would the correct setting for that for VAEs be "Auto"?
Beta Was this translation helpful? Give feedback.
All reactions