stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Bug]: Override settings doesn't work in API
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What happened?
I'm trying to change outdir_txt2img_samples
with save_images=True
, but images still saves to default folder.
Steps to reproduce the problem
- Make request to API with override settings
- Include
outdir_txt2img_samples
to absolute path to folder
What should have happened?
Images should be save in selected folder
Commit where the problem happens
22bcc7b
What platforms do you use to access the UI ?
Windows
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
—api —xformers
List of extensions
No
Console logs
Samples generated
Additional information
No response
Any luck? I am having the same issue.
I also encountered a similar problem. When using the txt2img api, the sd_model_checkpoint parameter in the override_settings was invalid. I remember that it worked normally before. I wonder if anyone has encountered the same situation?