MCPcopy Create free account

hub / github.com/RVC-Boss/GPT-SoVITS / functions

Functions1,532 in github.com/RVC-Boss/GPT-SoVITS

↓ 1 callersMethod__str__
(self)
GPT_SoVITS/TTS_infer_pack/TTS.py:389
↓ 1 callersMethod_absolute_position_to_relative_position
x: [b, h, l, l] ret: [b, h, l, 2*l-1]
GPT_SoVITS/module/attentions.py:311
↓ 1 callersMethod_absolute_position_to_relative_position
x: [b, h, l, l] ret: [b, h, l, 2*l-1]
GPT_SoVITS/module/attentions_onnx.py:274
↓ 1 callersMethod_attention_bias_proximal
Bias for self-attention to encourage attention to close positions. Args: length: an integer scalar. Returns: a Ten
GPT_SoVITS/module/attentions.py:325
↓ 1 callersMethod_bisect
(self, x, lo=0, hi=None)
GPT_SoVITS/module/data_utils.py:1036
↓ 1 callersMethod_bu_sandhi
(self, word: str, finals: List[str])
GPT_SoVITS/text/tone_sandhi.py:539
↓ 1 callersFunction_compute_scale_factor
( x: Tensor, channel_dim: int, min_abs: float, max_abs: float, gain_factor: float, max
GPT_SoVITS/AR/modules/scaling.py:133
↓ 1 callersFunction_compute_sign_factor
( x: Tensor, channel_dim: int, min_positive: float, max_positive: float, gain_factor: floa
GPT_SoVITS/AR/modules/scaling.py:158
↓ 1 callersMethod_convert_punctuation
(self, word: Word)
GPT_SoVITS/AR/text_processing/phonemizer.py:41
↓ 1 callersFunction_cpp_extention_load_helper
(name, sources, extra_cuda_flags)
GPT_SoVITS/BigVGAN/alias_free_activation/cuda/load.py:31
↓ 1 callersMethod_create_buckets
(self)
GPT_SoVITS/module/data_utils.py:977
↓ 1 callersFunction_create_build_dir
(buildpath)
GPT_SoVITS/BigVGAN/alias_free_activation/cuda/load.py:77
↓ 1 callersFunction_feature_window_function
r"""Returns a window function with the given type and size
GPT_SoVITS/eres2net/kaldi.py:86
↓ 1 callersMethod_ff_block
(self, x: Tensor)
GPT_SoVITS/AR/modules/transformer_onnx.py:247
↓ 1 callersFunction_g2p
(segments)
GPT_SoVITS/text/chinese2.py:180
↓ 1 callersMethod_get_clipping_scale
Returns a scalar factor <= 1.0 that dictates gradient clipping, i.e. we will scale the gradients by this amount before applying the r
GPT_SoVITS/AR/modules/optim.py:279
↓ 1 callersFunction_get_clones
(module, N)
GPT_SoVITS/AR/modules/transformer_onnx.py:280
↓ 1 callersFunction_get_clones
(module, N)
GPT_SoVITS/AR/modules/transformer.py:361
↓ 1 callersFunction_get_cuda_bare_metal_version
(cuda_dir)
GPT_SoVITS/BigVGAN/alias_free_activation/cuda/load.py:66
↓ 1 callersFunction_get_dct_matrix
(num_ceps: int, num_mel_bins: int)
GPT_SoVITS/eres2net/kaldi.py:654
↓ 1 callersFunction_get_initials_finals
(word)
GPT_SoVITS/text/chinese2.py:80
↓ 1 callersFunction_get_initials_finals
(word)
GPT_SoVITS/text/chinese.py:83
↓ 1 callersFunction_get_lifter_coeffs
(num_ceps: int, cepstral_lifter: float)
GPT_SoVITS/eres2net/kaldi.py:667
↓ 1 callersMethod_get_sample_lengths
(self)
GPT_SoVITS/AR/data/bucket_sampler.py:76
↓ 1 callersFunction_get_strided
r"""Given a waveform (1D tensor of size ``num_samples``), it returns a 2D tensor (m, ``window_size``) representing how the window is shifted along
GPT_SoVITS/eres2net/kaldi.py:44
↓ 1 callersFunction_get_value
(value_string: str, use_zero: bool = True)
GPT_SoVITS/text/zh_normalization/num.py:259
↓ 1 callersMethod_init_models
( self, )
GPT_SoVITS/TTS_infer_pack/TTS.py:453
↓ 1 callersMethod_init_state
Initializes state dict for parameter 'p'. Assumes that dim 0 of tensor p is actually the batch dimension, corresponding to batched-t
GPT_SoVITS/AR/modules/optim.py:236
↓ 1 callersFunction_load_config
(config_path: os.PathLike)
GPT_SoVITS/text/g2pw/utils.py:86
↓ 1 callersMethod_load_configs
(self, configs_path: str)
GPT_SoVITS/TTS_infer_pack/TTS.py:352
↓ 1 callersMethod_matmul_with_relative_keys
x: [b, h, l, d] y: [h or 1, m, d] ret: [b, h, l, m]
GPT_SoVITS/module/attentions.py:269
↓ 1 callersMethod_matmul_with_relative_keys
x: [b, h, l, d] y: [h or 1, m, d] ret: [b, h, l, m]
GPT_SoVITS/module/attentions_onnx.py:232
↓ 1 callersMethod_matmul_with_relative_values
x: [b, h, l, m] y: [h or 1, m, d] ret: [b, h, l, d]
GPT_SoVITS/module/attentions.py:260
↓ 1 callersMethod_matmul_with_relative_values
x: [b, h, l, m] y: [h or 1, m, d] ret: [b, h, l, d]
GPT_SoVITS/module/attentions_onnx.py:223
↓ 1 callersMethod_merge_bu
(self, seg: List[Tuple[str, str]])
GPT_SoVITS/text/tone_sandhi.py:631
↓ 1 callersMethod_merge_continuous_three_tones
(self, seg: List[Tuple[str, str]])
GPT_SoVITS/text/tone_sandhi.py:683
↓ 1 callersMethod_merge_continuous_three_tones_2
(self, seg: List[Tuple[str, str]])
GPT_SoVITS/text/tone_sandhi.py:712
↓ 1 callersMethod_merge_er
(self, seg: List[Tuple[str, str]])
GPT_SoVITS/text/tone_sandhi.py:736
↓ 1 callersMethod_merge_reduplication
(self, seg: List[Tuple[str, str]])
GPT_SoVITS/text/tone_sandhi.py:745
↓ 1 callersMethod_merge_yi
(self, seg: List[Tuple[str, str]])
GPT_SoVITS/text/tone_sandhi.py:651
↓ 1 callersMethod_neural_sandhi
(self, word: str, pos: str, finals: List[str])
GPT_SoVITS/text/tone_sandhi.py:495
↓ 1 callersFunction_next_power_of_2
r"""Returns the smallest power of 2 that is greater than x
GPT_SoVITS/eres2net/kaldi.py:39
↓ 1 callersMethod_normalize_punctuation
(self, text: str)
GPT_SoVITS/AR/text_processing/phonemizer.py:35
↓ 1 callersMethod_post_replace
(self, sentence: str)
GPT_SoVITS/text/zh_normalization/text_normlization.py:80
↓ 1 callersMethod_prepare_data
(self, sentences: List[str])
GPT_SoVITS/text/g2pw/onnx_api.py:226
↓ 1 callersMethod_relative_position_to_absolute_position
x: [b, h, l, 2*l-1] ret: [b, h, l, l]
GPT_SoVITS/module/attentions.py:294
↓ 1 callersMethod_relative_position_to_absolute_position
x: [b, h, l, 2*l-1] ret: [b, h, l, l]
GPT_SoVITS/module/attentions_onnx.py:257
↓ 1 callersFunction_remove_dup_and_empty
(lst_list)
GPT_SoVITS/text/g2pw/g2pw.py:100
↓ 1 callersFunction_remove_dup_items
(lst, remove_empty=False)
GPT_SoVITS/text/g2pw/g2pw.py:90
↓ 1 callersMethod_reset_parameters
(self)
GPT_SoVITS/AR/modules/activation_onnx.py:130
↓ 1 callersMethod_reset_parameters
(self)
GPT_SoVITS/AR/modules/activation.py:180
↓ 1 callersMethod_sa_block
( self, x: Tensor, attn_mask: Optional[Tensor], key_padding_mask: Optional[Ten
GPT_SoVITS/AR/modules/transformer_onnx.py:229
↓ 1 callersMethod_same_padding
(self, x)
GPT_SoVITS/module/attentions_onnx.py:352
↓ 1 callersMethod_set_prompt_semantic
(self, ref_wav_path: str)
GPT_SoVITS/TTS_infer_pack/TTS.py:781
↓ 1 callersMethod_set_ref_audio_path
(self, ref_audio_path)
GPT_SoVITS/TTS_infer_pack/TTS.py:737
↓ 1 callersMethod_set_ref_spec
(self, ref_audio_path)
GPT_SoVITS/TTS_infer_pack/TTS.py:740
↓ 1 callersMethod_show_gradient_dominating_parameter
Show information of parameter wihch dominanting tot_sumsq. Args: tuples: a list of tuples of (param, state, param_names)
GPT_SoVITS/AR/modules/optim.py:363
↓ 1 callersMethod_size_update
Called only where p.numel() > 1, this updates the scale of the parameter. If we imagine: p = underlying_param * scale.
GPT_SoVITS/AR/modules/optim.py:470
↓ 1 callersMethod_split
Split long text into sentences with sentence-splitting punctuations. Args: text (str): The input text. Returns:
GPT_SoVITS/text/zh_normalization/text_normlization.py:63
↓ 1 callersMethod_step
This function does the core update of self.step(), in the case where the members of the batch have more than 1 element. Args
GPT_SoVITS/AR/modules/optim.py:532
↓ 1 callersMethod_step_one_batch
Do the step for one parameter, which is actually going to be a batch of `real` parameters, with dim 0 as the batch dim. Args:
GPT_SoVITS/AR/modules/optim.py:426
↓ 1 callersMethod_step_scalar
A simplified form of the core update for scalar tensors, where we cannot get a good estimate of the parameter rms.
GPT_SoVITS/AR/modules/optim.py:571
↓ 1 callersMethod_three_sandhi
(self, word: str, finals: List[str])
GPT_SoVITS/text/tone_sandhi.py:586
↓ 1 callersMethod_to_pinyin
(self, han, style, heteronym, errors, strict, **kwargs)
GPT_SoVITS/text/g2pw/g2pw.py:72
↓ 1 callersFunction_truncate
( max_len: int, text: str, query_id: int, tokens: List[str], text2token: List[int], token2text: List[Tuple
GPT_SoVITS/text/g2pw/dataset.py:111
↓ 1 callersFunction_truncate_texts
(window_size: int, texts: List[str], query_ids: List[int])
GPT_SoVITS/text/g2pw/dataset.py:97
↓ 1 callersMethod_yi_sandhi
(self, word: str, finals: List[str])
GPT_SoVITS/text/tone_sandhi.py:550
↓ 1 callersMethodadd_drag_drop_events
(self, widgets)
GPT_SoVITS/inference_gui.py:211
↓ 1 callersFunctionalign_wave_head_and_tail
(a, b)
tools/uvr5/lib/lib_v5/spec_utils.py:186
↓ 1 callersFunctionamp_pha_istft
(log_amp, pha, n_fft, hop_size, win_size, center=True)
tools/AP_BWE_main/datasets1/dataset.py:30
↓ 1 callersFunctionamp_pha_stft
(audio, n_fft, hop_size, win_size, center=True)
tools/AP_BWE_main/datasets1/dataset.py:9
↓ 1 callersMethodattention
(self, query, key, value, mask: Optional[torch.Tensor] = None)
GPT_SoVITS/module/attentions_onnx.py:194
↓ 1 callersFunctionaudio_sr
(audio, sr)
api.py:260
↓ 1 callersFunctionaudio_sr
(audio, sr)
GPT_SoVITS/inference_webui.py:717
↓ 1 callersFunctionb_load_file
()
tools/subfix_webui.py:268
↓ 1 callersFunctionb_load_json
()
tools/subfix_webui.py:237
↓ 1 callersFunctionb_load_list
()
tools/subfix_webui.py:245
↓ 1 callersFunctionb_save_json
()
tools/subfix_webui.py:221
↓ 1 callersFunctionb_save_list
()
tools/subfix_webui.py:227
↓ 1 callersMethodbatched_params
This function returns (technically, yields) a list of of tuples (p, state), where p is a `fake` parameter that is stacked (
GPT_SoVITS/AR/modules/optim.py:41
↓ 1 callersFunctionbuild_env
(config, config_name, path)
GPT_SoVITS/BigVGAN/env.py:14
↓ 1 callersFunctionbuild_phone_level_feature
(res: Tensor, word2ph: IntTensor)
GPT_SoVITS/export_torch_script.py:529
↓ 1 callersFunctioncache_dict
(g2p_dict, file_path)
GPT_SoVITS/text/english.py:205
↓ 1 callersFunctioncache_dict
(polyphonic_dict, file_path)
GPT_SoVITS/text/g2pw/g2pw.py:112
↓ 1 callersMethodcalculate_channels
(self, L, kernel_size, stride, pad, n_convs)
GPT_SoVITS/module/models.py:669
↓ 1 callersMethodcalculate_channels
(self, L, kernel_size, stride, pad, n_convs)
GPT_SoVITS/module/models_onnx.py:644
↓ 1 callersFunctioncheck_params
(req: dict)
api_v2.py:260
↓ 1 callersFunctioncheck_pretrained_is_exist
(version)
webui.py:171
↓ 1 callersMethodckpt_wrapper
(self, module)
GPT_SoVITS/f5_tts/model/backbones/dit.py:125
↓ 1 callersFunctionclean_special
(text, language, special_s, target_symbol, version=None)
GPT_SoVITS/text/cleaner.py:58
↓ 1 callersFunctionclose1abc
()
webui.py:1246
↓ 1 callersFunctioncompile_codes_length
(codes)
GPT_SoVITS/module/models_onnx.py:952
↓ 1 callersFunctioncompile_ref_length
(refer)
GPT_SoVITS/module/models_onnx.py:958
↓ 1 callersFunctioncorrect_pronunciation
(word, word_pinyins)
GPT_SoVITS/text/g2pw/g2pw.py:147
↓ 1 callersFunctioncut1
(inp)
GPT_SoVITS/inference_webui.py:1007
↓ 1 callersFunctioncut2
(inp)
GPT_SoVITS/inference_webui.py:1022
↓ 1 callersFunctioncut3
(inp)
GPT_SoVITS/inference_webui.py:1047
↓ 1 callersFunctioncut4
(inp)
GPT_SoVITS/inference_webui.py:1054
↓ 1 callersFunctioncut5
(inp)
GPT_SoVITS/inference_webui.py:1062
↓ 1 callersFunctiondefault
(v, d)
tools/uvr5/bs_roformer/attend.py:11
← previousnext →301–400 of 1,532, ranked by callers