CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
App
public
dskill
/
DiffRhythm
source
Hugging Face
apache-2.0
updated 2y ago
View on Hugging Face
2
likes
Like
Save
Clone
overview
files
community
commits
settings
root
diffrhythm
model
__init__.py
__init__.py
7 lines
Copy path
Download
Raw
Back to model
1
from diffrhythm.model.cfm import CFM
2
3
from diffrhythm.model.dit import DiT
4
5
6
__all__ = ["CFM"]
7