I am using the Basic API to generate Images, calling http://127.0.0.1:8000/prompt
This has been working just fine, however one of the recent updates has been breaking this functionality. The API call still responds “OK” with messages like
{“prompt_id”: “ddc3310c-a38c-41f4-944c-800521db9ac7”, “number”: 120, “node_errors”: {}}
with changing ids and the number counting up, however, no image generation is triggered, and I cannot find anything at all in the logs
I’m a bit lost whats going on and I suspect an update has broken things???