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

https://github.com/scf4/banana-riffusion


https://github.com/scf4/banana-riffusion

Last synced: about 1 year ago
JSON representation

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": ""
}
```