replicate/replicate-python

How to deploy images to my own S3 server?

unsanny opened this issue · 0 comments

Hi,
I do like to use text-to-image and image-to-image from replicate and I do have a very time consuming in terms of code and performance process to redeploy images from replicate to my own s3.

For example I do use upscaling

  • It runs on replicate for 1s
  • Image uploaded to replicate server and if request is done through api it removes from server during an hour or less
  • On backend part I do download an image and image can weight even 10mbs that takes another second
  • I do upload this image to my own s3 as it always expected from me, right?

In this case I need to upload from replicate endpoint image to my S3 server that will dramatically save my servers performance and speed by removing extra steps.
I will really appreciate this feature and very believe that this is very desirable by community as a lot of similar services do provide this feature.