MCPcopy Create free account

hub / github.com/MeiGen-AI/InfiniteTalk / functions

Functions460 in github.com/MeiGen-AI/InfiniteTalk

Methodforward
(self, x, *args, **kwargs)
src/vram_management/layers.py:112
Methodforward
(self, x, *args, **kwargs)
src/vram_management/layers.py:173
Functionfree_model
(model)
wan/distributed/fsdp.py:37
Methodgenerate
r""" Generates video frames from input first-last frame and text prompt using diffusion process. Args: input_prompt (`str
wan/first_last_frame2video.py:133
Methodgenerate
r""" Generates video frames from input image and text prompt using diffusion process. Args: input_prompt (`str`):
wan/image2video.py:133
Methodgenerate
r""" Generates video frames from text prompt using diffusion process. Args: input_prompt (`str`): Text pr
wan/text2video.py:114
Methodgenerate
(self, input_prompt, input_frames, input_masks,
wan/vace.py:773
Methodgenerate_from_tokens
Generate audio from either raw phonemes or pre-processed tokens. Args: tokens: Either a phoneme string or list of pre-pro
kokoro/pipeline.py:247
Functiongenerate_video
(img2vid_image, vid2vid_vid, task_mode, img2vid_prompt, n_prompt, img2vid_audio_1, img2vid_audio_2,
app.py:519
Methodget_current_lora
(self)
wan/wan_lora.py:112
Functionget_mask_from_lengths
(lengths, max_len=None)
src/audio_analysis/torch_utils.py:5
Methodinit_weight
(self, conv)
wan/modules/vae.py:162
Methodinit_weight2
(self, conv)
wan/modules/vae.py:174
Functioninit_weights
(m)
wan/modules/t5.py:32
Functioninit_weights
(m, mean=0.0, std=0.01)
kokoro/istftnet.py:11
Methodlist_loaded_loras
(self)
wan/wan_lora.py:109
Methodload_image
(self, data_key, **kwargs)
wan/utils/vace_processor.py:63
Methodload_image_pair
(self, data_key, data_key2, **kwargs)
wan/utils/vace_processor.py:66
Methodmp_worker
(self, gpu, gpu_infer, pmi_rank, pmi_world_size, in_q_list, out_q, initialized_events, work_
wan/vace.py:562
Methodnoop_no_sync
()
wan/first_last_frame2video.py:279
Methodnoop_no_sync
()
wan/image2video.py:252
Methodnoop_no_sync
()
wan/text2video.py:198
Methodnoop_no_sync
()
wan/vace.py:394
Methodnoop_no_sync
()
wan/vace.py:683
Methodnoop_no_sync
()
wan/multitalk.py:630
Methodoffload
(self)
src/vram_management/layers.py:98
Methodoffload
(self)
src/vram_management/layers.py:157
Methodonload
(self)
src/vram_management/layers.py:105
Methodonload
(self)
src/vram_management/layers.py:165
Methodparam_groups
(self)
wan/modules/clip.py:418
Methodpred_dur
(self)
kokoro/pipeline.py:348
Functionprepare_source
(src_video, src_mask, src_ref_images, num_frames, image_size, device)
wan/utils/vace_processor.py:274
Methodprepare_source
(self, src_video, src_mask, src_ref_images, num_frames, image_size, device)
wan/vace.py:212
Functionprocess_tts_multi
(text, save_dir, voice1, voice2)
generate_infinitetalk.py:404
Functionprocess_tts_single
(text, save_dir, voice1)
generate_infinitetalk.py:381
Functionprocess_vision_info
( conversations: list[dict] | list[list[dict]], )
wan/utils/qwen_vl_utils.py:344
Methodqkv_fn
(x)
wan/modules/multitalk_model.py:144
Methodqkv_fn
(x)
wan/modules/model.py:141
Functionregister_empty_buffer
(module, name, buffer, persistent=True)
src/utils.py:21
Functionregister_empty_parameter
(module, name, param)
src/utils.py:11
Methodsample
(self, imgs, deterministic=False)
wan/modules/vae.py:575
Methodscale_model_input
Ensures interchangeability with schedulers that need to scale the denoising model input depending on the current timestep. Ar
wan/utils/fm_solvers.py:802
Methodscale_model_input
Ensures interchangeability with schedulers that need to scale the denoising model input depending on the current timestep. A
wan/utils/fm_solvers_unipc.py:743
Methodset_begin_index
Sets the begin index for the scheduler. This function should be run from pipeline before the inference. Args: begin_index
wan/utils/fm_solvers.py:218
Methodset_begin_index
Sets the begin index for the scheduler. This function should be run from pipeline before the inference. Args: begin_inde
wan/utils/fm_solvers_unipc.py:151
Methodset_timesteps
Sets the discrete timesteps used for the diffusion chain (to be run before inference). Args: num_inference_steps (`int`):
wan/utils/fm_solvers_unipc.py:162
Functionshard_model
( model, device_id, param_dtype=torch.bfloat16, reduce_dtype=torch.float32, buffer_dtype=t
wan/distributed/fsdp.py:12
Functionshow_upload
(mode)
app.py:670
Methodstep_index
The index counter for current timestep. It will increase 1 after each scheduler step.
wan/utils/fm_solvers.py:204
Methodstep_index
The index counter for current timestep. It will increase 1 after each scheduler step.
wan/utils/fm_solvers_unipc.py:137
Functionstr2bool
Convert a string to a boolean. Supported true values: 'yes', 'true', 't', 'y', '1' Supported false values: 'no', 'false', 'f', 'n', '0'
wan/utils/utils.py:31
Functiontoggle_audio_mode
(mode)
app.py:650
Functionusp_attn_forward
(self, x, seq_lens, grid_sizes,
wan/distributed/xdit_context_parallel.py:184
Functionusp_attn_forward_multitalk
(self, x, seq_lens, grid_sizes,
wan/distributed/xdit_context_parallel.py:428
Functionusp_crossattn_multi_forward_multitalk
(self, x: torch.Tensor, enco
wan/distributed/xdit_context_parallel.py:474
Functionusp_dit_forward
x: A list of videos each with shape [C, T, H, W]. t: [B]. context: A list of text embeddings each with s
wan/distributed/xdit_context_parallel.py:99
Functionusp_dit_forward_multitalk
x: A list of videos each with shape [C, T, H, W]. t: [B]. context: A list of text embeddings each with s
wan/distributed/xdit_context_parallel.py:232
Functionusp_dit_forward_vace
(self, x, vace_context, seq_len, kwargs)
wan/distributed/xdit_context_parallel.py:74
Functionwrapper
(*args, **kwargs)
src/utils.py:27
Functionxlm_roberta_large
XLMRobertaLarge adapted from Huggingface.
wan/modules/xlm_roberta.py:146
← previous401–460 of 460, ranked by callers