daveschumaker / artbot-for-stable-diffusion

A front-end GUI for interacting with the AI Horde / Stable Diffusion distributed cluster
https://tinybots.net/artbot
MIT License
170 stars 40 forks source link

Stable Horde API Error: "2 per 1 second" #199

Open LastZolex opened 9 months ago

LastZolex commented 9 months ago

Hi there,

I guess the StableHorde as introduced a new validation on how fast image requests are added to the queue ;)

Since yesterday, always when I start a larger queue with the same prompt, I get this api error:

I guess / hope it can be remedied by submitting the requests with a little delay between the submissions. It never has happened to me yet when I add several pictures manually one after the other.

Thanks a lot for reading 👍

LZ

daveschumaker commented 9 months ago

Thank you for this report (and all your reports). I'll take a look at this soon. I do know about this change, but thought that ArtBot would be able to get around it. I see that I need to change the timing up.

LastZolex commented 9 months ago

Thanks a lot for your quick reply and all your great work 😎👍

In the context of request submissions I just stubled across another new horde error that I did not have before:

I am unsure if this is all new as well, because I always had my max concurrency configured to 20 in the AI Horde Settings in Artbot and never saw that warning before

Maybe the cause is located near to the "2 in 1 second" issue? 😉