Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

0208suin/audio-diffusion-electronic

Package Overview
Dependencies
Contributors
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

0208suin/audio-diffusion-electronic

Hugging FaceHugging Face Hub
Version
f936716
Version published
Monthly downloads
0
Contributors
1
Source

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 3095

Usage

from IPython.display import Audio
from diffusers import DiffusionPipeline

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

FAQs

Package last updated on 10 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts