Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SociallyIneptWeeb/AICoverGen
/ functions
Functions
262 in github.com/SociallyIneptWeeb/AICoverGen
⨍
Functions
262
◇
Types & classes
74
Method
forward
(self, x, x_mask, g=None, **kwargs)
src/infer_pack/modules.py:188
Method
forward
(self, x, x_mask=None)
src/infer_pack/modules.py:299
Method
forward
(self, x, x_mask=None)
src/infer_pack/modules.py:350
Method
forward
(self, x, x_mask, reverse=False, **kwargs)
src/infer_pack/modules.py:367
Method
forward
(self, x, *args, reverse=False, **kwargs)
src/infer_pack/modules.py:378
Method
forward
(self, x, x_mask, reverse=False, **kwargs)
src/infer_pack/modules.py:394
Method
forward
(self, x, x_mask, g=None, reverse=False)
src/infer_pack/modules.py:440
Method
forward
(self, x, x_mask, g=None, reverse=False)
src/infer_pack/modules.py:492
Method
forward
(self, phone, pitch, lengths)
src/infer_pack/models_onnx.py:46
Method
forward
(self, phone, pitch, lengths)
src/infer_pack/models_onnx.py:93
Method
forward
(self, x, x_mask, g=None, reverse=False)
src/infer_pack/models_onnx.py:146
Method
forward
(self, x, x_lengths, g=None)
src/infer_pack/models_onnx.py:190
Method
forward
(self, x, g=None)
src/infer_pack/models_onnx.py:253
Method
forward
sine_tensor, uv = forward(f0) input F0: tensor(batchsize=1, length, dim=1) f0 for unvoiced steps should be 0 output
src/infer_pack/models_onnx.py:320
Method
forward
(self, x, upp=None)
src/infer_pack/models_onnx.py:414
Method
forward
(self, x, f0, g=None)
src/infer_pack/models_onnx.py:494
Method
forward
(self, phone, phone_lengths, pitch, nsff0, g, rnd, max_len=None)
src/infer_pack/models_onnx.py:635
Method
forward
(self, y, y_hat)
src/infer_pack/models_onnx.py:664
Method
forward
(self, y, y_hat)
src/infer_pack/models_onnx.py:694
Method
forward
(self, x)
src/infer_pack/models_onnx.py:728
Method
forward
(self, x)
src/infer_pack/models_onnx.py:799
Function
fused_add_tanh_sigmoid_multiply
(input_a, input_b, n_channels)
src/infer_pack/commons.py:106
Function
generate_path
duration: [b, 1, t_x] mask: [b, 1, t_y, t_x]
src/infer_pack/commons.py:133
Method
get_f0_pyin_computation
(self, x, f0_min, f0_max)
src/vc_infer_pipeline.py:168
Method
infer
(self, phone, phone_lengths, pitch, nsff0, sid, max_len=None)
src/infer_pack/models.py:745
Method
infer
(self, phone, phone_lengths, sid, max_len=None)
src/infer_pack/models.py:847
Method
infer
(self, phone, phone_lengths, sid, max_len=None)
src/infer_pack/models.py:949
Function
init_weights
(m, mean=0.0, std=0.01)
src/infer_pack/commons.py:8
Function
kl_divergence
KL(P||Q)
src/infer_pack/commons.py:24
Function
load_public_models
()
src/webui.py:30
Function
process_file_upload
(file)
src/webui.py:146
Function
pub_dl_autofill
(pub_models, event: gr.SelectData)
src/webui.py:138
Function
rand_gumbel_like
(x)
src/infer_pack/commons.py:39
Function
rand_slice_segments
(x, x_lengths=None, segment_size=4)
src/infer_pack/commons.py:62
Method
remove_weight_norm
(self)
src/infer_pack/models_onnx_moess.py:153
Method
remove_weight_norm
(self)
src/infer_pack/models_onnx_moess.py:199
Method
remove_weight_norm
(self)
src/infer_pack/models_onnx_moess.py:516
Method
remove_weight_norm
(self)
src/infer_pack/models_onnx_moess.py:610
Method
remove_weight_norm
(self)
src/infer_pack/models_onnx_moess.py:698
Method
remove_weight_norm
(self)
src/infer_pack/models.py:155
Method
remove_weight_norm
(self)
src/infer_pack/models.py:201
Method
remove_weight_norm
(self)
src/infer_pack/models.py:518
Method
remove_weight_norm
(self)
src/infer_pack/models.py:612
Method
remove_weight_norm
(self)
src/infer_pack/models.py:723
Method
remove_weight_norm
(self)
src/infer_pack/models.py:831
Method
remove_weight_norm
(self)
src/infer_pack/models.py:933
Method
remove_weight_norm
(self)
src/infer_pack/modules.py:314
Method
remove_weight_norm
(self)
src/infer_pack/modules.py:361
Method
remove_weight_norm
(self)
src/infer_pack/modules.py:461
Method
remove_weight_norm
(self)
src/infer_pack/models_onnx.py:155
Method
remove_weight_norm
(self)
src/infer_pack/models_onnx.py:201
Method
remove_weight_norm
(self)
src/infer_pack/models_onnx.py:518
Method
remove_weight_norm
(self)
src/infer_pack/models_onnx.py:624
Method
setup
Load the model into memory to make running multiple predictions efficient
predict.py:49
Function
shift_1d
(x)
src/infer_pack/commons.py:121
Function
show_hop_slider
(pitch_detection_algo)
src/webui.py:150
Function
slice_segments2
(x, ids_str, segment_size=4)
src/infer_pack/commons.py:53
Function
subsequent_mask
(length)
src/infer_pack/commons.py:100
Function
swap_visibility
()
src/webui.py:142
Function
unconstrained_rational_quadratic_spline
( inputs, unnormalized_widths, unnormalized_heights, unnormalized_derivatives, inverse=Fal
src/infer_pack/transforms.py:50
Function
update_models_list
()
src/webui.py:25
Function
upload_local_model
(zip_path, dir_name, progress=gr.Progress())
src/webui.py:91
← previous
201–262 of 262, ranked by callers