Serverless and Azure.
So I'm new to Runpod and the docs are not very helpful.
I'm creating a comfy UI workflow that I want to run on Runpod eventually.
But I wanted to try Runpod first. So I started a preconfigured serverless option.
The endpoint image creation works well, but I have no idea on how to host my images on Azure, or even S3.
And there is no info on how long images are hosted on Runpod.
I want my web app users be able to access the images later.
So to summarize:
1. Any proper docs on how to upload images to Azure?
2. How long are images hosted?
1 Reply
It depends on which image you are using and how it was coded. For example, if you are using https://github.com/blib-la/runpod-worker-comfy all you have to do is provide the following as ENV variables: BUCKET_ENDPOINT_URL, BUCKET_ACCESS_KEY_ID, and BUCKET_SECRET_ACCESS_KEY. I have attached image showing examples for AWS but it will work with any S3 provider. You can add these to the Template in the RunPod web site.
GitHub
GitHub - blib-la/runpod-worker-comfy: ComfyUI as a serverless API o...
ComfyUI as a serverless API on RunPod. Contribute to blib-la/runpod-worker-comfy development by creating an account on GitHub.