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

ControlNet cannot be used, it has no effect, and updating to the latest version of ControlNet 1.1 still cannot be solved. I used the sample code and it didn't work,If...

Hello, I would like to ask, whether the stable diffusion webui has an interface to obtain the models of vae, checkpoint, and lora

Your work is excellent and has greatly benefited me!! ``` # "prompt": "(masterpiece:1.2),(best quality:1.2),(high quality:1.2),(realistic:1.2),(photorealistic:1.2),(official art:1.2),(extremely detailed:1.2),1girl,1girl,", # "negative_prompt": "(worst quality:2),(low quality:2),(normal quality:2),lowres,watermark,(NSFW:1.2),(open mouth:1.6),(teeth:1.6),", "seed": 1, "styles": ["追梦少女base"], "cfg_scale": 7,...

The sd-webui API uses different defaults than the webinterface in some places. Since sdwebuiapi seems to have copied the API defaults into default parameters, it should probably be changed when...

``` api = webuiapi.WebUIApi() api = webuiapi.WebUIApi(host="127.0.0.1", port=7860) r = api.txt2img( prompt="photo of a beautiful girl with blonde hair", height=512, enable_hr=True, hr_scale=2, seed=-1,) img = r.image r.image.save("img1.png") # txt2img with...

Just like this button: ![image](https://github.com/mix1009/sdwebuiapi/assets/46926496/8d132d3f-5179-402d-83c6-9324b0b6afc6) So I can easily paste info text to provide all required parameters.

Hi Thanks for your effort on this project. I am using Controlnet `7a4805c8` version:`v1.1.410` and automatic1111 `v1.6.0` Here is how i am trying to use multi-units and the error i...

I propose to add these parameters to the [txt2img](https://github.com/mix1009/sdwebuiapi/blob/f9fdfa1d562b37d679dd69b39000d973df797486/webuiapi/webuiapi.py#L231-L277) (these parameters are available in the current sd API). These should be the missing parameters to have the whole possible payload...

Hello author, may I ask how to realize the partial redrawing in the graph? Redrawing at the bottom half of the picture, may I ask which function should be used