You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the replicate API to generate some images with focus-api model with the replicate.run() method in python.
As I am generating more images at once, the generation time takes a while (>45s). Because of it, most of the times my application sends back a timeout 524.
I was wondering - is there a way for the replicate API to instantly send back the URL where the output images will stored, while the prediction is running?
This would help me massively, as I could just return the URL to my frontend and just pull the images from there, showing them once they are ready.
The text was updated successfully, but these errors were encountered:
Hi everyone!
I am using the replicate API to generate some images with focus-api model with the replicate.run() method in python.
As I am generating more images at once, the generation time takes a while (>45s). Because of it, most of the times my application sends back a timeout 524.
I was wondering - is there a way for the replicate API to instantly send back the URL where the output images will stored, while the prediction is running?
This would help me massively, as I could just return the URL to my frontend and just pull the images from there, showing them once they are ready.
The text was updated successfully, but these errors were encountered: