mix1009 / sdwebuiapi

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

Getting {'details': 'not found'} every time I try to do img2img or txt2image generation with api plus when try to get sd models #142

Closed HG2407 closed 9 months ago

HG2407 commented 9 months ago

same as the title. I am not getting any models on api.get_sd_models() and even on api.util_set_model() I am getting the same {'details': "not found"}. What could be the possible reasons. Particularly I want to use sdxl model while inpainting and image generation.

HG2407 commented 9 months ago

I didn't add --api in the command line args of the webui