petelouise / sunny-side-up

  • Public
  • 0 runs
Iterate in playground

Input

Run this to download the model and run it in your local environment:

docker run -d -p 5000:5000 --gpus=all r8.im/petelouise/sunny-side-up@sha256:375aff5a989c8b291298d0f42907cb9b384292c7054257d3d0d5198768afb67d
curl -s -X POST \
  -H "Content-Type: application/json" \
  -d $'{
    "input": {
      "top_k": 250,
      "top_p": 0,
      "duration": 8,
      "temperature": 1,
      "continuation": false,
      "output_format": "wav",
      "continuation_start": 0,
      "multi_band_diffusion": false,
      "normalization_strategy": "loudness",
      "classifier_free_guidance": 3
    }
  }' \
  http://localhost:5000/predictions

To learn more, take a look at the Cog documentation.

Output

No output yet! Press "Submit" to start a prediction.

Run time and cost

This model runs on Nvidia L40S GPU hardware. We don't yet have enough runs of this model to provide performance information.

Readme

This model doesn't have a readme.