sdwebuiapi icon indicating copy to clipboard operation
sdwebuiapi copied to clipboard

Python API client for AUTOMATIC1111/stable-diffusion-webui

Results 71 sdwebuiapi issues
Sort by recently updated
recently updated
newest added

When I use a loop to continuously generate images, ConnectionError will appear after a while, how can I deal with this problem? ```python async def gen_image(): api = webuiapi.WebUIApi(host='127.0.0.1', port=7860)...

So, here is something I would like to understand. I made the whole setup. Works like a charm after using it as is. Now the thing is I need to...

sd added /sdapi/v1/sd-vae, please adapt.

![image](https://github.com/mix1009/sdwebuiapi/assets/10252024/fd31e72a-ff22-4682-a054-7942c5bca200)

Please update script, sd-webui-controlnet updated new version

Hello, I'm trying to implement a "ControlNet Tile Upscale" feature in my Telegram bot using the WebUI API. I've been following the instructions detailed in the guide for "ControlNet tile...

I'm trying to add a remove background step to my workflow, however I can't seem to find anyway to interface with that extension. Theoretically it would look like this: ```py...

Thanks for the great open source! When I use ``` result2 = api.extra_single_image(image=result1.images[0], upscaler_1=webuiapi.Upscaler.ESRGAN_4x, upscaling_resize=2.0 ) ``` everything was working, but if change to another upsclaler ``` result2 = api.extra_single_image(image=result1.images[0],...

So i am a bit new in python (mostly do js) and generally to test changes out i will update the code from within my node_modules. I am pretty confident...

Can't get my head around this new implementation? How should we use controlnet_units now?