Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support external cloud storage path as output #245

Open
raheem-imcapsule opened this issue Feb 14, 2024 · 0 comments
Open

Support external cloud storage path as output #245

raheem-imcapsule opened this issue Feb 14, 2024 · 0 comments

Comments

@raheem-imcapsule
Copy link

request feature to support directly uploading output to provided s3 path(any cloud storage)

similar to below request:

replicate.run(
"stability-ai/stable-diffusion:27b93a2413e7f36cd83da926f3656280b2931564ff050bf9575f1fdf9bcd7478",
input={"prompt": "a 19th century portrait of a wombat gentleman"},
s3_key_id="AWS_ACCESS_KEY_ID",
s3_access_key="AWS_SECRET_ACCESS_KEY",
s3_output_base=""

)

current approach is download/pipe the replicate output to the hosted internal server and then upload to cloud storage - which makes bandwidth and time wasting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant