Musepose serverless error

I am currently running this runpod template https://github.com/camenduru/muse-pose-tost/blob/main/worker_runpod.py How can I return the video as a url to the user? I keep running into :
{
"delayTime": 736,
"executionTime": 32519,
"id": "97f85215-905e-4c06-b2ea-9638db973956-u1",
"output": {
"result": "ERROR"
},
"status": "COMPLETED"
}
{
"delayTime": 736,
"executionTime": 32519,
"id": "97f85215-905e-4c06-b2ea-9638db973956-u1",
"output": {
"result": "ERROR"
},
"status": "COMPLETED"
}
GitHub
muse-pose-tost/worker_runpod.py at main · camenduru/muse-pose-tost
Contribute to camenduru/muse-pose-tost development by creating an account on GitHub.
Solution:
Use environment variables | RunPod Documentation
Learn how to use environment variables in RunPod Handler Functions to securely manage S3 bucket credentials and operations, including uploading images and setting necessary environment variables.
Jump to solution
2 Replies
Solution
nerdylive
nerdylive4w ago
Use environment variables | RunPod Documentation
Learn how to use environment variables in RunPod Handler Functions to securely manage S3 bucket credentials and operations, including uploading images and setting necessary environment variables.
nerdylive
nerdylive4w ago
Check that docs, use the code to return the s3 url.