MCPcopy Create free account

hub / github.com/Netflix/void-model / functions

Functions673 in github.com/Netflix/void-model

↓ 2 callersMethodcompute_bone_transforms
Compute transformation matrices for all bones Args: pose_params: Dict of bone_name -> tensor [batch_size, 4, 4] (rotation
data_generation/human_model/human_model.py:132
↓ 2 callersFunctioncreate_fake_height_width
(default_height, default_width, maximum_height, maximum_width)
videox_fun/ui/ui.py:171
↓ 2 callersFunctioncreate_fake_model_type
(visible)
videox_fun/ui/ui.py:23
↓ 2 callersFunctioncreate_finetune_models_checkpoints
(controller, visible)
videox_fun/ui/ui.py:82
↓ 2 callersFunctioncreate_gridded_frame_overlay
Create first frame with BOTH red mask overlay AND grid lines Returns: (output_path, grid_rows, grid_cols)
VLM-MASK-REASONER/stage2_vlm_analysis_cf.py:113
↓ 2 callersFunctioncreate_gridded_frame_overlay
Create first frame with BOTH red mask overlay AND grid lines Returns: (output_path, grid_rows, grid_cols)
VLM-MASK-REASONER/stage2_vlm_analysis.py:112
↓ 2 callersFunctioncreate_model_checkpoints
(controller, visible)
videox_fun/ui/ui.py:40
↓ 2 callersFunctioncreate_model_type
(visible)
videox_fun/ui/ui.py:6
↓ 2 callersMethoddecode_latents
(self, latents: torch.Tensor)
videox_fun/pipeline/pipeline_cogvideox_fun.py:438
↓ 2 callersMethoddecode_latents
(self, latents: torch.Tensor)
videox_fun/pipeline/pipeline_wan_fun.py:288
↓ 2 callersFunctiondilate_video_mask
(video_mask, width=11)
videox_fun/utils/utils.py:465
↓ 2 callersFunctiondownload_from_url
(url, timeout=10)
videox_fun/api/api.py:59
↓ 2 callersFunctionencode_file_to_base64
(file_path)
videox_fun/api/api.py:17
↓ 2 callersFunctionextract_pose_params
Extract pose parameters organized by bone name. Args: armature_data: List of frame dictionaries Returns: Dictionary map
data_generation/blender_utils.py:154
↓ 2 callersMethodextract_video_flow
Extract optical flow for an entire video sequence. Args: video_frames: Video tensor [B, T, C, H, W] or [T, C, H, W]
videox_fun/utils/optical_flow_utils.py:123
↓ 2 callersMethodextract_videojam_motion
Extract VideoJAM motion representation for an entire video sequence. This performs: 1. RAFT flow extraction between consecut
videox_fun/utils/optical_flow_utils.py:155
↓ 2 callersMethodforward
r"""Forward method of the `CogVideoXUpBlock3D` class.
videox_fun/models/cogvideox_vae.py:701
↓ 2 callersFunctiongamma_approx
Convert to float [0,1], simple inverse gamma (approx linearize)
data_generation/render_paired_videos_blender_quadmask.py:1047
↓ 2 callersFunctionget_3d_rotary_pos_embed
RoPE for video tokens with 3D structure. Args: embed_dim: (`int`): The embedding dimension size, corresponding to hidden_size_he
videox_fun/pipeline/pipeline_cogvideox_fun.py:47
↓ 2 callersFunctionget_all_objects
Get all objects in the scene. Returns: A list of all objects in the scene.
data_generation/scripts/blender_helper.py:76
↓ 2 callersMethodget_batch
(self, idx)
videox_fun/data/dataset_image_video.py:460
↓ 2 callersMethodget_batch
(self, idx)
videox_fun/data/dataset_image_video_warped.py:460
↓ 2 callersMethodget_batch
(self, idx)
videox_fun/data/dataset_video.py:107
↓ 2 callersMethodget_batch
(self, idx)
videox_fun/data/dataset_image.py:36
↓ 2 callersFunctionget_closest_ratio
(height: float, width: float, ratios: dict = ASPECT_RATIO_512)
videox_fun/data/bucket_sampler.py:41
↓ 2 callersMethodget_grid_from_pos
Get grid row, col from canvas position
VLM-MASK-REASONER/edit_quadmask.py:424
↓ 2 callersFunctionget_mean_and_std
(img)
videox_fun/utils/utils.py:49
↓ 2 callersFunctionget_object_size
Get bounding box size of object
VLM-MASK-REASONER/stage3a_generate_grey_masks_v2.py:201
↓ 2 callersFunctionget_random_downsample_ratio
(sample_size, image_ratio=[], all_choices=False, rng=None)
scripts/cogvideox_fun/train.py:87
↓ 2 callersFunctionget_random_downsample_ratio
(sample_size, image_ratio=[], all_choices=False, rng=None)
scripts/cogvideox_fun/train_warped_noise.py:88
↓ 2 callersFunctionget_random_mask
(shape)
videox_fun/data/dataset_video.py:25
↓ 2 callersFunctionget_random_shape_mask
( shape, n_pts_range=[3, 10], rad_range=[0.0, 1.0], edgy_range=[0.0, 0.1], n_keyframes_range=[2, 25],
videox_fun/data/dataset_image_video.py:131
↓ 2 callersFunctionget_random_shape_mask
( shape, n_pts_range=[3, 10], rad_range=[0.0, 1.0], edgy_range=[0.0, 0.1], n_keyframes_range=[2, 25],
videox_fun/data/dataset_image_video_warped.py:131
↓ 2 callersFunctionget_video_mask_input
( input_video_name, sample_size, keep_fg_ids=[-1], max_video_length=49,
videox_fun/utils/utils.py:322
↓ 2 callersFunctionhsv_to_rgb_torch
Convert HSV color space to RGB using PyTorch operations. Args: hsv: HSV tensor [..., 3, H, W] with values in [0, 1] hsv
videox_fun/utils/optical_flow_utils.py:427
↓ 2 callersMethodload_config
Load JSON config file via dialog
VLM-MASK-REASONER/point_selector_gui.py:177
↓ 2 callersFunctionload_humoto_pickle
Load HUMOTO sequence from pickle file. Args: sequence_path: Path to sequence directory y_up: Convert from Z-up to Y-up coord
data_generation/blender_utils.py:89
↓ 2 callersFunctionload_physics_config
Load physics configuration from JSON file.
data_generation/apply_physics_config.py:12
↓ 2 callersFunctionlog_validation
(vae, text_encoder, tokenizer, transformer3d, args, accelerator, weight_dtype, global_step)
scripts/cogvideox_fun/train.py:160
↓ 2 callersFunctionlog_validation
(vae, text_encoder, tokenizer, transformer3d, args, accelerator, weight_dtype, global_step)
scripts/cogvideox_fun/train_warped_noise.py:161
↓ 2 callersFunctionmake_vlm_analysis_prompt
Create VLM prompt for analyzing video with primary mask
VLM-MASK-REASONER/stage2_vlm_analysis_cf.py:257
↓ 2 callersFunctionmake_vlm_analysis_prompt
Create VLM prompt for analyzing video with primary mask
VLM-MASK-REASONER/stage2_vlm_analysis.py:256
↓ 2 callersFunctionmatrix_to_quaternion
Convert 4x4 transformation matrix to quaternion [w, x, y, z, tx, ty, tz].
data_generation/blender_utils.py:50
↓ 2 callersMethodprocess_config
Process loaded config
VLM-MASK-REASONER/point_selector_gui.py:198
↓ 2 callersFunctionprocess_video_folder
Process a single folder containing rgb_full.mp4, rgb_removed.mp4, and mask.mp4. Creates a new quadmask.mp4 file.
data_generation/convert_trimask_to_quadmask.py:129
↓ 2 callersFunctionprocess_video_folder
Process a single folder containing mask video. Creates a new mask_grid.mkv file with hybrid grid-aligned masks.
data_generation/convert_masks_to_grid_hybrid.py:156
↓ 2 callersFunctionquaternion_to_matrix_4x4
Convert quaternion to 4x4 transformation matrix. Quaternion format: [w, x, y, z, tx, ty, tz] or [w, x, y, z]
data_generation/blender_utils.py:22
↓ 2 callersFunctionread_mask_video_binary
(mask_path, sample_size, video_length, dilate_width=11)
videox_fun/utils/utils.py:270
↓ 2 callersMethodread_video_frames
Read all frames from a video
VLM-MASK-REASONER/edit_quadmask.py:256
↓ 2 callersFunctionresize_mask
(mask, latent, process_first_frame_only=True)
scripts/cogvideox_fun/train.py:119
↓ 2 callersFunctionresize_mask
(mask, latent, process_first_frame_only=True)
scripts/cogvideox_fun/train_warped_noise.py:120
↓ 2 callersFunctionresize_mask
(mask, latent, process_first_frame_only=True)
videox_fun/pipeline/pipeline_cogvideox_fun_inpaint.py:222
↓ 2 callersFunctionretrieve_timesteps
Calls the scheduler's `set_timesteps` method and retrieves timesteps from the scheduler after the call. Handles custom timesteps. Any kwargs
videox_fun/pipeline/pipeline_wan_fun.py:30
↓ 2 callersMethodsave_and_next
Save current points and move to next video
VLM-MASK-REASONER/point_selector_gui.py:504
↓ 2 callersFunctionsave_blend
Save the scene as a BLEND file. Args: blend_output_path: The path to save the BLEND file. Returns: None
data_generation/scripts/blender_helper.py:199
↓ 2 callersFunctionsave_config
Save physics configuration.
data_generation/physics_review_ui.py:42
↓ 2 callersFunctionsave_fbx
Save the scene as an FBX file. Args: fbx_output_path: The path to save the FBX file. Returns: None
data_generation/scripts/blender_helper.py:145
↓ 2 callersFunctionsave_glb
Save the scene as a GLB file. Args: glb_output_path: The path to save the GLB file. Returns: None
data_generation/scripts/blender_helper.py:172
↓ 2 callersFunctionsave_motion_video
Save RGB motion representation as a video file using high-quality encoding. Args: motion_rgb: Motion RGB tensor [T, 3, H, W] or [B,
videox_fun/utils/optical_flow_utils.py:568
↓ 2 callersFunctionsave_progress
Save conversion progress.
data_generation/convert_all_scenarios_for_characters.py:49
↓ 2 callersMethodsegment
Segment object using text prompt - returns boolean mask
VLM-MASK-REASONER/stage3a_generate_grey_masks_v2.py:92
↓ 2 callersMethodsegment_video
Segment video using point prompts (single or multi-frame). Args: video_path: Path to input video points: Lis
VLM-MASK-REASONER/stage1_sam2_segmentation.py:51
↓ 1 callersFunctionVideoReader_contextmanager
(*args, **kwargs)
videox_fun/data/dataset_video.py:66
↓ 1 callersMethod__init__
if alpha == 0 or None, alpha is rank (no scaling).
videox_fun/utils/lora_utils.py:27
↓ 1 callersMethod__init__
(self)
videox_fun/reward/improved_aesthetic_predictor.py:14
↓ 1 callersMethod__init__
(self, config)
videox_fun/reward/MPS/trainer/models/clip_model.py:103
↓ 1 callersMethod_extract_frames
Extract video frames as JPG files
VLM-MASK-REASONER/stage1_sam2_segmentation.py:192
↓ 1 callersFunction_get_kaolin
Lazy import kaolin with caching
data_generation/human_model/human_model.py:13
↓ 1 callersMethod_get_positional_embeddings
(self, sample_height: int, sample_width: int, sample_frames: int)
videox_fun/models/cogvideox_transformer3d.py:105
↓ 1 callersFunction_prepare_rotary_positional_embeddings
( height: int, width: int, num_frames: int,
scripts/cogvideox_fun/train.py:1709
↓ 1 callersFunction_prepare_rotary_positional_embeddings
( height: int, width: int, num_frames: int,
scripts/cogvideox_fun/train_warped_noise.py:1873
↓ 1 callersMethod_prepare_rotary_positional_embeddings
( self, height: int, width: int, num_frames: int, device: torch.device
videox_fun/pipeline/pipeline_cogvideox_fun.py:531
↓ 1 callersMethod_prepare_rotary_positional_embeddings
( self, height: int, width: int, num_frames: int, device: torch.device
videox_fun/pipeline/pipeline_cogvideox_fun_inpaint.py:668
↓ 1 callersMethod_segment_langsam
(self, image_pil: Image.Image, prompt: str)
VLM-MASK-REASONER/stage3a_generate_grey_masks_v2.py:127
↓ 1 callersMethod_segment_langsam
(self, image_pil: Image.Image, prompt: str)
VLM-MASK-REASONER/stage3a_generate_grey_masks.py:101
↓ 1 callersMethod_segment_sam3
(self, image_pil: Image.Image, prompt: str)
VLM-MASK-REASONER/stage3a_generate_grey_masks_v2.py:99
↓ 1 callersMethod_segment_sam3
(self, image_pil: Image.Image, prompt: str)
VLM-MASK-REASONER/stage3a_generate_grey_masks.py:73
↓ 1 callersMethod_write_mask_video
Write masks to video file
VLM-MASK-REASONER/stage1_sam2_segmentation.py:220
↓ 1 callersFunctionaddnet_hash_legacy
Old model hash used by sd-webui-additional-networks for .safetensors format files
videox_fun/utils/lora_utils.py:115
↓ 1 callersFunctionaddnet_hash_safetensors
New model hash used by sd-webui-additional-networks for .safetensors format files
videox_fun/utils/lora_utils.py:124
↓ 1 callersFunctionanimate_human_mesh
Animate human mesh by creating shape keys for each frame. Args: human_obj: Blender object with the human mesh all_vertices:
data_generation/render_paired_videos_blender_quadmask.py:711
↓ 1 callersFunctionanimate_objects
Animate object transformations.
data_generation/render_paired_videos_blender_quadmask.py:912
↓ 1 callersFunctionapply_colormap
(video)
videox_fun/utils/utils.py:582
↓ 1 callersFunctionapply_matte_materials
Apply matte material properties to character meshes. Makes characters look realistic and non-shiny.
data_generation/render_paired_videos_blender_quadmask.py:1219
↓ 1 callersFunctionapply_object_along_trajectory
Apply object along trajectory path across frames. Args: obj_mask: Object mask from first_appears_frame trajectory_points: Li
VLM-MASK-REASONER/stage3a_generate_grey_masks_v2.py:218
↓ 1 callersFunctionapply_rotary_pos_emb
(pos, t)
videox_fun/reward/MPS/trainer/models/cross_modeling.py:61
↓ 1 callersMethodapply_to
(self)
videox_fun/utils/lora_utils.py:76
↓ 1 callersFunctionautocast_model_forward
(cls, origin_dtype, *inputs, **kwargs)
videox_fun/utils/fp8_optimization.py:6
↓ 1 callersFunctionbake_scale_into_animation
Applies the object-level scale of a selected armature and its child meshes by baking a new, corrected animation clip. This script perfor
data_generation/scripts/clear_human_scale.py:30
↓ 1 callersFunctionbezier
(points, num=200)
videox_fun/data/dataset_image_video.py:32
↓ 1 callersFunctionbezier
(points, num=200)
videox_fun/data/dataset_image_video_warped.py:32
↓ 1 callersMethodcalc_intermediate_points
(self,r)
videox_fun/data/dataset_image_video.py:55
↓ 1 callersMethodcalc_intermediate_points
(self,r)
videox_fun/data/dataset_image_video_warped.py:55
↓ 1 callersFunctioncalculate_camera_from_hip
Calculate camera position and look-at point from hip position. Camera will be positioned in FRONT of the human, not behind. Args:
data_generation/blender_utils.py:325
↓ 1 callersFunctioncalculate_grid_size
Calculate grid size maintaining aspect ratio with minimum cells on shorter side. Args: width: Video width in pixels height:
data_generation/convert_masks_to_grid_hybrid.py:35
↓ 1 callersFunctioncalculate_square_grid
Calculate grid dimensions for square cells
VLM-MASK-REASONER/stage3a_generate_grey_masks_v2.py:152
↓ 1 callersFunctioncalculate_square_grid
Calculate grid dimensions for square cells
VLM-MASK-REASONER/stage3a_generate_grey_masks.py:126
↓ 1 callersFunctioncalculate_square_grid
Calculate grid dimensions for square cells
VLM-MASK-REASONER/stage3b_trajectory_gui.py:27
↓ 1 callersMethodcalculate_square_grid
Calculate grid dimensions to make square cells
VLM-MASK-REASONER/edit_quadmask.py:173
↓ 1 callersMethodcheck_inputs
( self, prompt, height, width, negative_prompt, callback_on_st
videox_fun/pipeline/pipeline_cogvideox_fun.py:467
← previousnext →101–200 of 673, ranked by callers