stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Feature Request]: Option to set default VAE weights for all models
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What would your feature do ?
I would like to use Stability's newly released VAE's with all of my dozens of models without having make a separate copy/symlink for each of them, and to be able to easily switch between the MSE and non-MSE VAE models without resorting to tedious file renaming.
Proposed workflow
- Go to the settings tab
- Press "default VAE"
- Select a VAE checkpoint file
- Chosen VAE weights are applied to all diffusion models that don't have a corresponding .vae.pt file alongside them.
Additional information
No response
you can add --vae-path to arguments to do most of this
So --vae-path path/to/vae in set COMMANDLINE_ARGS=
Is there an existing issue for this?
- [x] I have searched the existing issues and checked the recent builds/commits
What would your feature do ?
I would like to use Stability's newly released VAE's with all of my dozens of models without having make a separate copy/symlink for each of them, and to be able to easily switch between the MSE and non-MSE VAE models without resorting to tedious file renaming.
Proposed workflow
- Go to the settings tab
- Press "default VAE"
- Select a VAE checkpoint file
- Chosen VAE weights are applied to all diffusion models that don't have a corresponding .vae.pt file alongside them.
Additional information
No response
what is the path to the vae model by the way
solved https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/3986