Bug fix override settings sdapi
Fixed this issue:
https://github.com/lllyasviel/stable-diffusion-webui-forge/issues/1940
Ehh... I was excited about this PR, but this is not the correct fix.
This PR makes it so that including an override_settings dict in a /sdapi/v1/txt2img or /sdapi/v1/img2img payload, will have the identical outcome as just sending the same dict to /sdapi/v1/options
The whole purpose of override_settings in txt2img and img2img is to only temporarily modify the settings for the current request ("Override the current settings").
got u, I will try to fix it in the right way
@vaskers5 I'm sorry if you had invested a lot of time or effort into this, but I was feeling a bit ambitious tonight, and was able to solve this.
I also made an additional improvement regarding the handling of modules via options and override_settings
https://github.com/lllyasviel/stable-diffusion-webui-forge/pull/2027
closed as replaced by #2027