[扩散模型课程] 第8章 模型卡片

这个模型是一个旨在生成 [chosen_genre] 风格音乐的非条件性扩散模型

用法

''' from IPython.display import Audio from diffusers import DiffusionPipeline

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

Downloads last month
2
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.