lllyasviel / stable-diffusion-webui-forge

GNU Affero General Public License v3.0
7.38k stars 715 forks source link

txt2img i can't use override_settings via API #1610

Open Vugas opened 2 weeks ago

Vugas commented 2 weeks ago

I'm trying to pass values like sd_vae and sd_model_checkpoint as an example, but it's not changing anything. It might be broken. I'm using the latest commit.

altoiddealer commented 2 weeks ago

https://github.com/lllyasviel/stable-diffusion-webui-forge/issues/1532

Mr-Normal commented 2 weeks ago

1532

Sorry, but I don’t understand why you sent a link to this post, the topic mentioned (non-working api) is not discussed there. I think the answer is there https://github.com/lllyasviel/stable-diffusion-webui-forge/pull/1465#issuecomment-2307909355 It just doesn't work and it probably won't for months.

altoiddealer commented 2 weeks ago

Specifically, the section in that issue regarding override_settings

It’s all part of a broader issue though: The “VAE / Text Encoders” field in the UI works, but many functions related to those things does not work

Vugas commented 2 weeks ago

so sad, ehh. . .

Mr-Normal commented 2 weeks ago

so sad, ehh. . .

I now working with api on ComfyUI, it can help you with youre problem.

Sourdface commented 2 days ago

Getting the same problem. I thought this issue stemmed from Automatic1111 but their API is working as expected; this issue seems specific to Forge.