CoolFace
Apppublic

cocktailpeanut/DiffRhythm

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
10likes
__init__.py7 linesDownload Raw Back to model
1from diffrhythm.model.cfm import CFM2 3from diffrhythm.model.dit import DiT4 5 6__all__ = ["CFM"]7