MCPcopy Create free account

hub / github.com/AIFSH/ComfyUI-GPT_SoVITS / functions

Functions666 in github.com/AIFSH/ComfyUI-GPT_SoVITS

↓ 1 callersMethod_bu_sandhi
(self, word: str, finals: List[str])
GPT_SoVITS/text/tone_sandhi.py:551
↓ 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:138
↓ 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:167
↓ 1 callersMethod_convert_punctuation
(self, word: Word)
GPT_SoVITS/AR/text_processing/phonemizer.py:43
↓ 1 callersMethod_create_buckets
(self)
GPT_SoVITS/module/data_utils.py:257
↓ 1 callersMethod_ff_block
(self, x: Tensor)
GPT_SoVITS/AR/modules/transformer_onnx.py:258
↓ 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:300
↓ 1 callersFunction_get_clones
(module, N)
GPT_SoVITS/AR/modules/transformer_onnx.py:291
↓ 1 callersFunction_get_clones
(module, N)
GPT_SoVITS/AR/modules/transformer.py:377
↓ 1 callersFunction_get_initials_finals
(word)
GPT_SoVITS/text/chinese.py:64
↓ 1 callersMethod_get_sample_lengths
(self)
GPT_SoVITS/AR/data/bucket_sampler.py:85
↓ 1 callersFunction_get_value
(value_string: str, use_zero: bool=True)
GPT_SoVITS/text/zh_normalization/num.py:190
↓ 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:253
↓ 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:301
↓ 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:223
↓ 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:292
↓ 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:214
↓ 1 callersMethod_merge_bu
(self, seg: List[Tuple[str, str]])
GPT_SoVITS/text/tone_sandhi.py:645
↓ 1 callersMethod_merge_continuous_three_tones
( self, seg: List[Tuple[str, str]] )
GPT_SoVITS/text/tone_sandhi.py:699
↓ 1 callersMethod_merge_continuous_three_tones_2
( self, seg: List[Tuple[str, str]] )
GPT_SoVITS/text/tone_sandhi.py:734
↓ 1 callersMethod_merge_er
(self, seg: List[Tuple[str, str]])
GPT_SoVITS/text/tone_sandhi.py:764
↓ 1 callersMethod_merge_reduplication
(self, seg: List[Tuple[str, str]])
GPT_SoVITS/text/tone_sandhi.py:773
↓ 1 callersMethod_merge_yi
(self, seg: List[Tuple[str, str]])
GPT_SoVITS/text/tone_sandhi.py:665
↓ 1 callersMethod_neural_sandhi
(self, word: str, pos: str, finals: List[str])
GPT_SoVITS/text/tone_sandhi.py:495
↓ 1 callersMethod_normalize_punctuation
(self, text: str)
GPT_SoVITS/AR/text_processing/phonemizer.py:37
↓ 1 callersMethod_post_replace
(self, sentence: str)
GPT_SoVITS/text/zh_normalization/text_normlization.py:76
↓ 1 callersMethod_relative_position_to_absolute_position
x: [b, h, l, 2*l-1] ret: [b, h, l, l]
GPT_SoVITS/module/attentions.py:328
↓ 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:250
↓ 1 callersMethod_reset_parameters
(self)
GPT_SoVITS/AR/modules/activation_onnx.py:120
↓ 1 callersMethod_reset_parameters
(self)
GPT_SoVITS/AR/modules/activation.py:177
↓ 1 callersMethod_sa_block
( self, x: Tensor, attn_mask: Optional[Tensor], key_padding_mask: Optional[Ten
GPT_SoVITS/AR/modules/transformer_onnx.py:240
↓ 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:392
↓ 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:499
↓ 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:59
↓ 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:560
↓ 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:448
↓ 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:600
↓ 1 callersMethod_three_sandhi
(self, word: str, finals: List[str])
GPT_SoVITS/text/tone_sandhi.py:600
↓ 1 callersMethod_yi_sandhi
(self, word: str, finals: List[str])
GPT_SoVITS/text/tone_sandhi.py:562
↓ 1 callersFunctionaddPreviewOptions
(nodeType)
web/js/previewAudio.js:26
↓ 1 callersMethodadd_drag_drop_events
(self, widgets)
GPT_SoVITS/inference_gui.py:208
↓ 1 callersMethodattention
(self, query, key, value, mask=None)
GPT_SoVITS/module/attentions_onnx.py:185
↓ 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:42
↓ 1 callersFunctioncache_dict
(g2p_dict, file_path)
GPT_SoVITS/text/english.py:186
↓ 1 callersMethodcalculate_channels
(self, L, kernel_size, stride, pad, n_convs)
GPT_SoVITS/module/models.py:666
↓ 1 callersMethodcalculate_channels
(self, L, kernel_size, stride, pad, n_convs)
GPT_SoVITS/module/models_onnx.py:660
↓ 1 callersFunctionchainCallback
(object, property, callback)
web/js/previewAudio.js:8
↓ 1 callersFunctionchange_gpt_weights
(gpt_path)
inference.py:104
↓ 1 callersFunctionchange_sovits_weights
(sovits_path)
inference.py:76
↓ 1 callersFunctionclean_path
(path_str)
tools/my_utils.py:28
↓ 1 callersFunctionclean_special
特殊静音段sp符号处理
GPT_SoVITS/text/cleaner.py:34
↓ 1 callersFunctionclose1abc
()
finetune.py:189
↓ 1 callersFunctioncut1
(inp)
inference.py:412
↓ 1 callersFunctioncut1
(inp)
GPT_SoVITS/inference_webui.py:455
↓ 1 callersFunctioncut2
(inp)
inference.py:426
↓ 1 callersFunctioncut2
(inp)
GPT_SoVITS/inference_webui.py:469
↓ 1 callersFunctioncut3
(inp)
inference.py:450
↓ 1 callersFunctioncut3
(inp)
GPT_SoVITS/inference_webui.py:493
↓ 1 callersFunctioncut4
(inp)
inference.py:455
↓ 1 callersFunctioncut4
(inp)
GPT_SoVITS/inference_webui.py:498
↓ 1 callersFunctioncut5
(inp)
inference.py:461
↓ 1 callersFunctioncut5
(inp)
GPT_SoVITS/inference_webui.py:504
↓ 1 callersFunctiondefault
(val: tp.Any, d: tp.Any)
GPT_SoVITS/module/core_vq.py:42
↓ 1 callersFunctiondiscriminator_loss
(disc_real_outputs, disc_generated_outputs)
GPT_SoVITS/module/losses.py:18
↓ 1 callersFunctiondpo_loss
(policy_chosen_logps: torch.FloatTensor, policy_rejected_logps: torch.FloatTensor, r
GPT_SoVITS/AR/models/utils.py:164
↓ 1 callersFunctiondynamic_range_compression_torch
PARAMS ------ C: compression factor
GPT_SoVITS/module/mel_processing.py:19
↓ 1 callersFunctiondynamic_range_decompression_torch
PARAMS ------ C: compression factor used to compress
GPT_SoVITS/module/mel_processing.py:28
↓ 1 callersMethodexpire_codes_
(self, batch_samples)
GPT_SoVITS/module/core_vq.py:159
↓ 1 callersFunctionexport
(vits_path, gpt_path, project_name)
GPT_SoVITS/onnx_export.py:270
↓ 1 callersMethodexport
(self, ref_seq, text_seq, ref_bert, text_bert, ref_audio, ssl_content, project_name)
GPT_SoVITS/onnx_export.py:242
↓ 1 callersMethodextend_pe
(self, x)
GPT_SoVITS/AR/modules/embedding_onnx.py:52
↓ 1 callersFunctionextract_i18n_strings
(node)
tools/i18n/scan_i18n.py:7
↓ 1 callersFunctionfeature_loss
(fmap_r, fmap_g)
GPT_SoVITS/module/losses.py:7
↓ 1 callersMethodforward
(self, x, bert_feature)
GPT_SoVITS/AR/models/t2s_model_onnx.py:95
↓ 1 callersFunctionfused_add_tanh_sigmoid_multiply
(input, n_channels)
GPT_SoVITS/module/mrte_model.py:177
↓ 1 callersFunctiong2p
(norm_text, with_prosody=False)
GPT_SoVITS/text/japanese.py:182
↓ 1 callersFunctiong2p
(text)
GPT_SoVITS/text/chinese.py:57
↓ 1 callersFunctiongenerator_loss
(disc_outputs)
GPT_SoVITS/module/losses.py:34
↓ 1 callersMethodget_audio
(self, filename)
GPT_SoVITS/module/data_utils.py:127
↓ 1 callersMethodget_audio_text_speaker_pair
(self, audiopath_sid_text)
GPT_SoVITS/module/data_utils.py:107
↓ 1 callersFunctionget_batch_logps
(logits_target: torch.FloatTensor, logits_reject: torch.FloatTensor, labels_target: torch.LongTensor, labels_r
GPT_SoVITS/AR/models/utils.py:184
↓ 1 callersFunctionget_bert_feature
(text, word2ph)
GPT_SoVITS/prepare_datasets/1-get-text.py:63
↓ 1 callersFunctionget_bert_inf
(phones, word2ph, norm_text, language)
inference.py:307
↓ 1 callersFunctionget_bert_inf
(phones, word2ph, norm_text, language)
GPT_SoVITS/inference_webui.py:217
↓ 1 callersFunctionget_content
(hmodel, wav_16k_tensor)
GPT_SoVITS/feature_extractor/cnhubert.py:91
↓ 1 callersFunctionget_dict
()
GPT_SoVITS/text/english.py:191
↓ 1 callersFunctionget_first
(text)
inference.py:120
↓ 1 callersFunctionget_first
(text)
GPT_SoVITS/inference_webui.py:233
↓ 1 callersFunctionget_model
()
GPT_SoVITS/feature_extractor/cnhubert.py:69
↓ 1 callersFunctionget_namedict
()
GPT_SoVITS/text/english.py:204
↓ 1 callersFunctionget_newest_ckpt
(string_list)
GPT_SoVITS/AR/utils/__init__.py:8
↓ 1 callersMethodget_sample_length
(self, idx: int)
GPT_SoVITS/AR/data/dataset.py:245
↓ 1 callersFunctionget_spepc
(hps, filename)
inference.py:263
↓ 1 callersFunctionget_spepc
(hps, filename)
GPT_SoVITS/inference_webui.py:185
↓ 1 callersFunctionget_tts_wav
(ref_wav_path, prompt_text, prompt_language, text, text_language, how_to_cut=i18n("不切"), top_k=20, top_p=0.6,
GPT_SoVITS/inference_webui.py:314
↓ 1 callersFunctionhot_reload_hot
(g2p_dict)
GPT_SoVITS/text/english.py:168
↓ 1 callersMethodinit_batch
(self)
GPT_SoVITS/AR/data/dataset.py:115
↓ 1 callersMethodinit_embed_
(self, data)
GPT_SoVITS/module/core_vq.py:141
↓ 1 callersMethodinit_onnx
(self)
GPT_SoVITS/AR/models/t2s_model_onnx.py:251
↓ 1 callersMethodinit_ui
(self)
GPT_SoVITS/inference_gui.py:19
← previousnext →101–200 of 666, ranked by callers