-
Notifications
You must be signed in to change notification settings - Fork 27k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Can't set "sd_vae" in override settings in txt2img api call #13841
Comments
Please paste the contents of /stable-diffusion-webui/config.json |
The sysinfo posted by OP contains all of that. That being said, have you ever saved your config in the settings tab @jetjodh? There may be an issue where it can't overwrite the value until the config has been saved. |
@catboxanon I don't think so. I use the default settings out of the box. I don't use the UI from A1111, just the api calls with A1111 server. |
I believe this is fixed in #13567 then (only on the dev branch currently). |
Any idea on eta of how long it takes to get merged to main? Thanks. |
Whenever 1.7.0 releases. Not any time soon I believe. |
Is there an existing issue for this?
What happened?
I am not able to set "sd_vae" in override settings payload in txt2img api call.
Steps to reproduce the problem
{
"prompt": "cinematic photo of an owl on a surfboard, beautiful, magnificent, painting",
"steps": 20,
"width": 512,
"height": 512,
"seed": 121212,
"external_models": [],
"override_settings": {
"sd_model_checkpoint": "v1-5-pruned-emaonly.safetensors",
"sd_vae": "sd-vae-ft-mse.safetensors"
},
"override_settings_restore_afterwards": true,
}
What should have happened?
Should have set the VAE and generated an image.
Sysinfo
sysinfo-2023-11-03-16-16.txt
What browsers do you use to access the UI ?
No response
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: