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.
- Host: GitHub
- URL: https://github.com/runpod-workers/worker-deforum
- Owner: runpod-workers
- License: mit
- Created: 2023-06-15T01:22:17.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T20:35:23.000Z (over 1 year ago)
- Last Synced: 2025-05-30T09:27:35.692Z (about 1 year ago)
- Topics: deforum, diffusers, runpod, runpod-worker, stable-diffusion
- Language: Python
- Homepage:
- Size: 2.01 MB
- Stars: 1
- Watchers: 3
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.