im trying to use randomseed api to generate text to image
post request is fine and it’s giving uniqe id in response to fetch the result
but when it’s throwing an eror like below when fetch result using this api https://randomseed.lol/v1/status/${REQUEST_ID}”
`
{
"delayTime": 152,
"error": "AUTOMATIC_ERROR: {"error":"HTTPException","detail":"Script 'ADetailer' not found","body":"","errors":""}",
"executionTime": 17270,
"id": "6dc2da82-afd9-4030-9cda-ce03816479c2-u1",
"output": {
"body": "{"error":"HTTPException","detail":"Script 'ADetailer' not found","body":"","errors":""}",
"generation_time": 0.002918720245361328,
"statusCode": 422
},
"status": "FAILED"
}
`
i used the payload which is in randomseed document