diff --git a/parler_tts/modeling_parler_tts.py b/parler_tts/modeling_parler_tts.py index 7f77d55..e72d947 100644 --- a/parler_tts/modeling_parler_tts.py +++ b/parler_tts/modeling_parler_tts.py @@ -1454,7 +1454,7 @@ def generate( and generation_config.do_sample is True ) - # 8. prepare batched CFG externally (to enable coexistance with the unbatched CFG) + # 8. prepare batched CFG externally (to enable coexistence with the unbatched CFG) if generation_config.guidance_scale is not None and generation_config.guidance_scale > 1: logits_processor.append(ClassifierFreeGuidanceLogitsProcessor(generation_config.guidance_scale)) generation_config.guidance_scale = None @@ -2552,7 +2552,7 @@ def generate( and generation_config.do_sample is True ) - # 8. prepare batched CFG externally (to enable coexistance with the unbatched CFG) + # 8. prepare batched CFG externally (to enable coexistence with the unbatched CFG) if generation_config.guidance_scale is not None and generation_config.guidance_scale > 1: logits_processor.append(ClassifierFreeGuidanceLogitsProcessor(generation_config.guidance_scale)) generation_config.guidance_scale = None @@ -2683,4 +2683,4 @@ def generate( outputs.sequences = output_values return outputs else: - return output_values \ No newline at end of file + return output_values