parser.add_argument('-opt_diffuse',type=str,help='Path to options YAML file used to train the diffusion model',default='X:\\dlas\\experiments\\train_diffusion_vocoder_with_cond_new_dvae.yml')
parser.add_argument('-diffusion_model_name',type=str,help='Name of the diffusion model in opt.',default='generator')
parser.add_argument('-diffusion_model_path',type=str,help='Diffusion model checkpoint to load.',default='X:\\dlas\\experiments\\train_diffusion_vocoder_with_cond_new_dvae_full\\models\\6100_generator_ema.pth')
parser.add_argument('-dvae_model_name',type=str,help='Name of the DVAE model in opt.',default='dvae')
parser.add_argument('-opt_gpt_tts',type=str,help='Path to options YAML file used to train the GPT-TTS model',default='X:\\dlas\\experiments\\train_gpt_tts.yml')
parser.add_argument('-gpt_tts_model_name',type=str,help='Name of the GPT TTS model in opt.',default='gpt')
parser.add_argument('-gpt_tts_model_path',type=str,help='GPT TTS model checkpoint to load.',default='X:\\dlas\\experiments\\train_gpt_tts\\models\\48000_gpt.pth')
parser.add_argument('-text',type=str,help='Text to speak.',default="I am a language model that has learned to speak.")
parser.add_argument('-cond_path',type=str,help='Folder containing conditioning samples.',default='Y:\\clips\\podcasts-0\\8816_20210511-Pay Taxes Less Frequently_ We\'re Interested')