An open API service indexing awesome lists of open source software.

https://github.com/runpod-workers/worker-deforum

RunPod serverless worker for deforum.
https://github.com/runpod-workers/worker-deforum

deforum diffusers runpod runpod-worker stable-diffusion

Last synced: 11 months ago
JSON representation

RunPod serverless worker for deforum.

Awesome Lists containing this project

README

          

Deforum | RunPod Worker

## Usage

Example:

```JSON
{
"s3Config": {
"accessId": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"accessSecret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"bucketName": "your-bucket-name",
"endpointUrl": "https://example.com"
},
"input": {
"animation_prompts": "0: a beautiful ball, trending on Artstation | 5: a beautiful monkey, trending on Artstation",
"max_frames": 10
}
}
```

## Custom Model

Models are grabbed during Docker build by the `cache_model.py` file, this can be modified to use different models.