https://github.com/scf4/banana-riffusion
https://github.com/scf4/banana-riffusion
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/scf4/banana-riffusion
- Owner: scf4
- License: mit
- Created: 2022-12-15T18:32:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-23T20:11:56.000Z (over 3 years ago)
- Last Synced: 2025-04-14T17:54:00.005Z (over 1 year ago)
- Language: Python
- Size: 633 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Banana.dev Riffusion template
Run [Riffusion](https://github.com/hmartiro/riffusion-inference) on [https://banana.dev](https://banana.dev)
## Example input
```json
{
"alpha": 0.75,
"num_inference_steps": 50,
"seed_image_id": "og_beat",
"start": {
"prompt": "church bells on sunday",
"seed": 42,
"denoising": 0.75,
"guidance": 7.0,
},
"end": {
"prompt": "jazz with piano",
"seed": 123,
"denoising": 0.75,
"guidance": 7.0,
},
}
```
## Example output
```json
{
"image": "",
"audio": ""
}
```