huggingface / diffusers

🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch and FLAX.
https://huggingface.co/docs/diffusers
Apache License 2.0
25.52k stars 5.28k forks source link

Add 1D diffusion support to UniPC scheduler #5198

Closed leng-yue closed 1 year ago

leng-yue commented 1 year ago

UniPC has been impressive in generating diffusion audio for both singing and speaking. However, the current UniPC implementation in the diffusers repo only supports 2D dimensions. Adding 1D support to the UniPC scheduler would be a great enhancement.

Example projects for reference:

leng-yue commented 1 year ago

Submitted a PR to support that.