Model Card for Unit 4 of the Diffusion Models Class 🧨

This model is a diffusion model for unconditional audio generation of music in the genre Punk

Usage

from IPython.display import Audio
from diffusers import DiffusionPipeline

pipe = DiffusionPipeline.from_pretrained("Skier8402/audio-diffusion-punk")
output = pipe()
display(output.images[0])
display(Audio(output.audios[0], rate=pipe.mel.get_sample_rate()))

Hardware

Trained on an NVIDIA 4090 24 vCPU 125 GB RAM 20GB Storage on Runpod.io.

Downloads last month
10
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no pipeline_tag.