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_no_pos\\models\\28500_gpt_ema.pth')
parser.add_argument('-text',type=str,help='Text to speak.',default="Please set this in the courier drone when we dock.")
parser.add_argument('-cond_path',type=str,help='Path to condioning sample.',default='Y:\\clips\\books1\\754_Dan Simmons - The Rise Of Endymion 356 of 450\\00026.wav')