Muhammad Rizqi Nur

Results 87 comments of Muhammad Rizqi Nur

Thank you. I still have some questions though > If a model has a config file next to it, reloading just weights is not possible, you have to make the...

Nvm, just checked the sd_models.py. So the config is used to instantiate the base model. Then checkpoint weights are loaded into it, then VAE. Thus if config is different, model...

You can now change VAE without reloading sd checkpoint. If you use separate VAE file (basically the whole point of this), base VAE will be stored in RAM as preparation...

> I don't know if I can post this here, but is it possible to make a checkbox in Settings to ignore a custom VAE if a ".vae.pt" file with...

Wait, no. My bad. The model is copied. Hold on.

That sounds great. Might this be relevant? https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/4021

> perhaps rename 'auto' to 'auto (something.vae.pt) where something is the name of the vae that was loaded. Yes, that's what update no. 6 does (by refreshing, because gradio doesnt...

> previously the wrong model has been added to the ckpt cache (it was added to the cache, before it was loaded from file). You can't add something to cache...

> As for the VAE one, I honestly feel you should just remove the function to load VAE from the same folder as model checkpoints, since the separate VAE folder...

> I think this commit broke swapping models for me completely. Have to manually re-start and change default model on boot now. > > Traceback > ``` > File "stable-diffusion-webui\webui.py",...