CoolFace
Modelpublic

memevis/spider28

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes2downloads
config.json27 linesDownload Raw Back to root
1{2    "architectures": ["E2TTS"],3    "backbone": {4	"dim": 1024,5	"depth": 26,6	"heads": 16,7	"ff_mult": 48    },9    "mel_spectrogram": {10	"n_mel_channels": 100,11	"n_fft": 1024,12	"hop_length": 256,13	"win_length": 1024,14	"target_sample_rate": 24000,15	"mel_spec_type": "vocos"16    },17    "odeint": {18	"method": "euler"19    },20    "sampling": {21	"nfe_step": 32,22	"cfg_strength": 2.0,23	"sway_sampling_coef": -1.0,24	"target_rms": 0.125    }26}27