I can't refresh the upscalers list from the API #15825
Unanswered
julianpoma
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a server that is running the A1111 webui server and I use it to generate txt2img based on API requests. Some images may use upscalers, that I download on demand into the
models/ESRGAN
folder.The problem that I am facing is that the upscaler is not recognized by the SD-webui unless I restart the server. If I don't do it, I get a
Exception | | could not find upscaler named my_upscaler
when i post to thetxt2img
endpoint.Once I kill the SD-webui process and spawn it again, I can use this upscaler.
I checked the API docs, but I don't see an endpoint to refresh the upscaler lists, like there is with the VAE, Checkpoints, Loras. Is this not supported?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions