kevinwang676's picture
Upload folder using huggingface_hub
6755a2d verified

A newer version of the Gradio SDK is available: 5.13.0

Upgrade

Audio Diffusion

Audio Diffusion is by Robert Dargavel Smith, and it leverages the recent advances in image generation from diffusion models by converting audio samples to and from Mel spectrogram images.

Make sure to check out the Schedulers guide to learn how to explore the tradeoff between scheduler speed and quality, and see the reuse components across pipelines section to learn how to efficiently load the same components into multiple pipelines.

AudioDiffusionPipeline

[[autodoc]] AudioDiffusionPipeline - all - call

AudioPipelineOutput

[[autodoc]] pipelines.AudioPipelineOutput

ImagePipelineOutput

[[autodoc]] pipelines.ImagePipelineOutput

Mel

[[autodoc]] Mel