Vespinian

Results 35 comments of Vespinian

@mengchengwanli [Look at the Controlnet Wiki](https://github.com/Mikubill/sd-webui-controlnet/wiki/API#migrating-from-controlnet2img-to-sdapiv12img)

The examples in the `Migrating from /controlnet/*2img to /sdapi/v1/*2img` works for me using the `/sdapi/v1/*2img` routes. You do need to have both the webui and the controlnet extension up to...

What I posted is no longer valid after the latest commits in the controlnet extension repo, The way you posted below is the right way to do it. What is...

Yes Controlnet made a dict out of it's args to make it more user friendly (That being said, the value of "args" is still a list of args, except each...

A button would be nice maybe you could open an enhancement issue because I don't think many people will see this suggestion in a closed PR. An extension that can...

Subject to change if the reviewers want to improve it or do it a bit different, but I believe the wildcard script would get enabled if you use the linked...

Looking back at my changes you might not even need to add the new fields to your request since it doesn't take args. Just getting the changes should be enough.

Can you try passing your controlnet units trought the alwayson_script param like this? ``` { "prompt": "pos propmpt...", "negative_prompt": "neg propmpt...", "sampler_name": "Euler a", "sampler_index": "Euler a", "steps": 20, "cfg_scale":...

Did you switch to older webui commit's or controlnet commits? I suspect the way the default values are passed here at [L253](https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/master/modules/api/api.py#L253) since PR [#8669](https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/8669) of the webui doesn't play...

I am not quite sure, but just to see if the problem is isolated to the PR I linked, I would just try the latest for controlnet and the commit...