MCPcopy Create free account

hub / github.com/MYZY-AI/Muyan-TTS / functions

Functions387 in github.com/MYZY-AI/Muyan-TTS

Methodforward
(self, x, x_mask=None)
sovits/module/modules.py:349
Methodforward
(self, x, x_mask, reverse=False, **kwargs)
sovits/module/modules.py:366
Methodforward
(self, x, *args, reverse=False, **kwargs)
sovits/module/modules.py:377
Methodforward
(self, x, x_mask, reverse=False, **kwargs)
sovits/module/modules.py:393
Methodforward
(self, x, x_mask, g=None, reverse=False)
sovits/module/modules.py:439
Methodforward
(self, x, x_mask, g=None, reverse=False)
sovits/module/modules.py:488
Methodforward
(self, input)
sovits/module/modules.py:535
Methodforward
(self, x)
sovits/module/modules.py:544
Methodforward
(self, x)
sovits/module/modules.py:560
Methodforward
(self, input)
sovits/module/modules.py:600
Methodforward
(self, x, mask=None)
sovits/module/modules.py:632
Methodforward
(self, q, k, v, mask=None)
sovits/module/modules.py:671
Methodforward
(self, x, mask=None)
sovits/module/modules.py:739
Methodforward
(self, inputs, mask=None)
sovits/module/modules.py:783
Methodforward
(self, x, x_mask=None, g=None, reverse=False, **kwargs)
sovits/module/modules.py:826
Methodforward
(self, x, x_mask=None, g=None, reverse=False, **kwargs)
sovits/module/modules.py:883
Methodforward
Residual vector quantization on the given input tensor. Args: x (torch.Tensor): Input tensor. n_q (int): Number of qua
sovits/module/quantize.py:70
Methodforward
(self, x)
sovits/module/core_vq.py:206
Methodforward
(self, x)
sovits/module/core_vq.py:304
Methodforward
( self, x, n_q: tp.Optional[int] = None, layers: tp.Optional[list] = None )
sovits/module/core_vq.py:337
Functionfused_add_tanh_sigmoid_multiply
(input_a, input_b, n_channels)
sovits/module/commons.py:101
Functiong2p
(text)
sovits/text/korean.py:257
Functiongenerate_path
duration: [b, 1, t_x] mask: [b, 1, t_y, t_x]
sovits/module/commons.py:128
Functiongenerate_raw_data_list
generate name2text.txt example: librispeech_dir = "path_to_LibriSpeech" # the path of librispeech output_dir = "data" # output fil
data_process/text_format_conversion.py:19
Functionget_bert_feature
(text, word2ph, bert_model, tokenizer, device)
sovits/utils.py:294
Functionget_content
(hmodel, wav_16k_tensor)
sovits/cnhubert.py:47
Methodget_ge
(refer)
sovits/models.py:985
Functionget_hparams_from_file
(config_path)
sovits/utils.py:149
Functionget_model
()
sovits/cnhubert.py:42
Methodget_seg
(self, **kwargs)
sovits/text/g2pw/g2pw.py:35
Functionget_tts
(request_data: TTSRequest)
api.py:28
Functionhandle_pack_ogg
()
sovits/utils.py:87
Methodinfer
(self, ssl, y, y_lengths, text, text_lengths, test=None, noise_scale=0.5)
sovits/models.py:957
Methodinfer
(self, inputs=None, random_sample=False, manual_latent=None)
sovits/module/modules.py:798
Methodinit_vits
(self, ref_wav_path, prompt_text)
inference/inference.py:72
Functioninit_weights
(m, mean=0.0, std=0.01)
sovits/module/commons.py:6
Functionintersperse
(lst, item)
sovits/module/commons.py:22
Functionkl_divergence
KL(P||Q)
sovits/module/commons.py:28
Functionkorean_to_ipa
(text)
sovits/text/korean.py:227
Functionload_wav_to_torch
(full_path)
sovits/utils.py:348
Functionmel_spectrogram_torch
( y, n_fft, num_mels, sampling_rate, hop_size, win_size, fmin, fmax, center=False )
sovits/module/mel_processing.py:104
Methodmodified_tone
(self, word: str, pos: str, finals: List[str])
sovits/text/tone_sandhi.py:802
Methodpre_merge_for_modify
(self, seg: List[Tuple[str, str]])
sovits/text/tone_sandhi.py:783
Methodprocess_prompt
(prompt)
inference/inference_llama.py:155
Functionrand_gumbel_like
(x)
sovits/module/commons.py:43
Functionrand_slice_segments
(x, x_lengths=None, segment_size=4)
sovits/module/commons.py:57
Functionread_dict
()
sovits/text/english.py:125
Methodremove_weight_norm
(self)
sovits/models.py:484
Methodremove_weight_norm
(self)
sovits/module/attentions.py:534
Methodremove_weight_norm
(self)
sovits/module/mrte_model.py:169
Methodremove_weight_norm
(self)
sovits/module/modules.py:214
Methodremove_weight_norm
(self)
sovits/module/modules.py:313
Methodremove_weight_norm
(self)
sovits/module/modules.py:360
Functionremove_weight_norm_modules
(module, name="weight")
sovits/module/attentions.py:549
Methodreparameterize
(self, mu, logvar)
sovits/module/modules.py:775
Functionreplace_asmd
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/num.py:123
Functionreplace_date
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/chronology.py:92
Functionreplace_date2
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/chronology.py:117
Functionreplace_default_num
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/num.py:98
Functionreplace_frac
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/num.py:37
Functionreplace_mobile
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/phonecode.py:56
Functionreplace_negative_num
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/num.py:78
Functionreplace_number
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/num.py:194
Functionreplace_percentage
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/num.py:58
Functionreplace_phone
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/phonecode.py:46
Functionreplace_positive_quantifier
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/num.py:175
Functionreplace_power
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/num.py:153
Functionreplace_range
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/num.py:226
Functionreplace_temperature
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/quantifier.py:42
Functionreplace_time
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/chronology.py:45
Functionreplace_to_range
Args: match (re.Match) Returns: str
sovits/text/zh_normalization/num.py:244
Methodset_ddi
(self, ddi)
sovits/module/modules.py:848
Functionshift_1d
(x)
sovits/module/commons.py:116
Functionspec_to_mel_torch
(spec, n_fft, num_mels, sampling_rate, fmin, fmax)
sovits/module/mel_processing.py:88
Functionspectral_de_normalize_torch
(magnitudes)
sovits/module/mel_processing.py:42
Functionsqueeze
(x, x_mask=None, n_sqz=2)
sovits/module/commons.py:164
Methodstore_inverse
(self)
sovits/module/modules.py:845
Methodstore_inverse
(self)
sovits/module/modules.py:922
Functionsubsequent_mask
(length)
sovits/module/commons.py:95
Functiontext_audio_combine
(input_dir="data", output_dir="data")
data_process/text_audio_combine.py:6
Functiontext_normalize
(text)
sovits/text/japanese.py:127
Functiontext_to_sequence
(text, language, version=None)
sovits/text/cleaner.py:73
Functionunconstrained_rational_quadratic_spline
( inputs, unnormalized_widths, unnormalized_heights, unnormalized_derivatives, inverse=Fal
sovits/module/transforms.py:50
Functionuniform_init
(*shape: int)
sovits/module/core_vq.py:54
Functionunsqueeze
(x, x_mask=None, n_sqz=2)
sovits/module/commons.py:179
Methodvalues
(self)
sovits/utils.py:393
Methodweight_norm
(self)
sovits/module/attentions.py:530
← previous301–387 of 387, ranked by callers