Closed Ebrahim-Ramadan closed 1 month ago
Hi @Ebrahim-Ramadan. You may get this error if you don't have billing set up for your account. Go to https://replicate.com/account/billing and setup a payment method and try again.
Hi @Ebrahim-Ramadan. You may get this error if you don't have billing set up for your account. Go to https://replicate.com/account/billing and setup a payment method and try again.
oooooookay
Hi @mattt, I'm currently experiencing this error too. Weirdly, this only happens when i try to replace my current API model (which is stable-diffusion-3). The latter runs just fine, so it's definitely not a problem with my Replicate setup or my code. Whenever i try to replace model with let's say for example fofr/flux-replicate-logo
, or even bytedance/sdxl-lightning-4step
, it throws this error and the prediction is not successful. Do you have any issues why this happens?
API Response: {"title":"Invalid version or not permitted","detail":"The specified version does not exist (or perhaps you don't have permission to use it?)","status":422}
i still get same error too, even my billing is activated, and i'm using the latest Version Model ID.
Also getting this error when I try to create a prediction withreplicate.predictions.create
on black-forest-labs/flux-schnell
, SDXL, and my own fine-tunes. I'm able to use the API normally with replicate.run
, but this isn't great when generating multiple outputs.
Billing is enabled and a payment method has been added.
says
on this endpoint
however the version number of the rembg model is verified here, and the api_token is re-generated and valid too.