mix1009 / sdwebuiapi

Python API client for AUTOMATIC1111/stable-diffusion-webui
MIT License
1.35k stars 181 forks source link

bugfix + new parameter in webuiapi.py #139

Closed davidmartinrius closed 9 months ago

davidmartinrius commented 9 months ago

In Adetailer Class:

I added a new default value: ad_clip_skip: int = 1

And replaced to fix a bug ad_controlnet_module: Optional[str] = None, by ad_controlnet_module: str = "None",

davidmartinrius commented 9 months ago

I forgot to pass the parameter ad_clip_skip to the api. It does not affect to the normal functionallity. I will make a new commit.