DL-Art-School/codes/models/gpt_voice
2022-02-03 19:59:39 -07:00
..
__init__.py
ctc_code_generator.py Mods to support a autoregressive CTC code generator 2022-02-03 19:58:54 -07:00
gpt_asr_hf.py
gpt_asr_hf2.py
gpt_tts_hf.py
lucidrains_dvae.py
mini_encoder.py
pixelshuffle_1d.py
text_cond_clip.py text<->cond clip 2022-01-22 08:23:14 -07:00
text_voice_clip.py Fixes 2022-01-10 14:32:04 -07:00
transformer_builders.py Update use_gpt_tts to be usable with unified_voice2 2022-01-18 21:14:17 -07:00
unet_diffusion_tts.py Add an experimental unet_diffusion_tts to perform experiments on 2022-01-18 08:38:24 -07:00
unet_diffusion_tts2.py get rid of nil tokens in <2> 2022-01-27 22:45:57 -07:00
unet_diffusion_tts3.py new diffusion updates from testing 2022-01-29 11:01:01 -07:00
unet_diffusion_tts4.py new diffusion updates from testing 2022-01-29 11:01:01 -07:00
unet_diffusion_tts5.py Adjustments to diffusion networks 2022-01-30 16:14:06 -07:00
unet_diffusion_tts6.py Mods to unet_diffusion_tts6 to support super resolution mode 2022-02-03 19:59:39 -07:00
unet_diffusion_vocoder_with_ref_trunc_top.py Add a new diffusion_vocoder that should be trainable faster 2022-01-11 17:26:07 -07:00
unet_diffusion_vocoder_with_ref.py Decrease resolution requirements to 2048 2022-01-20 11:27:49 -07:00
unified_voice_bilevel.py
unified_voice.py use_diffuse_tts 2022-01-19 00:35:24 -07:00
unified_voice2.py Update use_gpt_tts to be usable with unified_voice2 2022-01-18 21:14:17 -07:00
voice_voice_clip.py