Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Netflix/void-model
/ types & classes
Types & classes
74 in github.com/Netflix/void-model
⨍
Functions
673
◇
Types & classes
74
↳
Endpoints
4
↓ 9 callers
Class
CogVideoXCausalConv3d
r"""A 3D causal convolution layer that pads the input tensor to ensure causality in CogVideoX Model. Args: in_channels (`int`): Number of
videox_fun/models/cogvideox_vae.py:71
↓ 4 callers
Class
CogVideoXSafeConv3d
r""" A 3D convolution layer that splits the input tensor into smaller parts to avoid OOM in CogVideoX Model.
videox_fun/models/cogvideox_vae.py:40
↓ 4 callers
Class
RandomSampler
r"""Samples elements randomly. If without replacement, then sample from a shuffled dataset. If with replacement, then user can specify :attr:`num
videox_fun/data/bucket_sampler.py:50
↓ 3 callers
Class
CogVideoXFunInpaintPipeline
r""" Pipeline for text-to-video generation using CogVideoX. This model inherits from [`DiffusionPipeline`]. Check the superclass documentatio
videox_fun/pipeline/pipeline_cogvideox_fun_inpaint.py:287
↓ 3 callers
Class
CogVideoXResnetBlock3D
r""" A 3D ResNet block used in the CogVideoX model. Args: in_channels (`int`): Number of input channels. out_chan
videox_fun/models/cogvideox_vae.py:276
↓ 3 callers
Class
CogVideoXSpatialNorm3D
r""" Spatially conditioned normalization as defined in https://arxiv.org/abs/2209.09002. This implementation is specific to 3D-video like data
videox_fun/models/cogvideox_vae.py:150
↓ 3 callers
Class
LayerNorm
videox_fun/reward/MPS/trainer/models/cross_modeling.py:18
↓ 2 callers
Class
AestheticReward
Aesthetic Predictor [V2](https://github.com/christophschuhmann/improved-aesthetic-predictor) and [V2.5](https://github.com/discus0434/aesthetic-p
videox_fun/reward/reward_fn.py:30
↓ 2 callers
Class
AspectRatioBatchImageVideoSampler
A sampler wrapper for grouping images with similar aspect ratio into a same batch. Args: sampler (Sampler): Base sampler. dataset
videox_fun/data/bucket_sampler.py:271
↓ 2 callers
Class
CogVideoXFunPipeline
r""" Pipeline for text-to-video generation using CogVideoX_Fun. This model inherits from [`DiffusionPipeline`]. Check the superclass document
videox_fun/pipeline/pipeline_cogvideox_fun.py:235
↓ 2 callers
Class
CogVideoXFunPipelineOutput
r""" Output class for CogVideo pipelines. Args: video (`torch.Tensor`, `np.ndarray`, or List[List[PIL.Image.Image]]): Lis
videox_fun/pipeline/pipeline_cogvideox_fun_inpaint.py:273
↓ 2 callers
Class
CogVideoXMidBlock3D
r""" A middle block used in the CogVideoX model. Args: in_channels (`int`): Number of input channels. temb_channe
videox_fun/models/cogvideox_vae.py:527
↓ 2 callers
Class
DiscreteSampling
videox_fun/utils/discrete_sampler.py:5
↓ 2 callers
Class
HPSReward
[HPS](https://github.com/tgxs002/HPSv2) v2 and v2.1 reward model.
videox_fun/reward/reward_fn.py:99
↓ 2 callers
Class
RAFTFlowExtractor
Extracts dense optical flow from video frames using RAFT. Converts flow fields to RGB motion representation for VideoJAM.
videox_fun/utils/optical_flow_utils.py:40
↓ 2 callers
Class
Residual
videox_fun/reward/MPS/trainer/models/cross_modeling.py:30
↓ 2 callers
Class
SwiGLU
videox_fun/reward/MPS/trainer/models/cross_modeling.py:69
↓ 1 callers
Class
AestheticPredictorV2_5Head
videox_fun/reward/aesthetic_predictor_v2_5/siglip_v2_5.py:26
↓ 1 callers
Class
Args
data_generation/generate_review_frames_direct.py:59
↓ 1 callers
Class
ArmatureAnimationTransfer
A class to transfer animation from a source armature to a target armature, accounting for differences in bone orientation.
data_generation/scripts/transfer_human_model.py:31
↓ 1 callers
Class
CC15M
videox_fun/data/dataset_image.py:12
↓ 1 callers
Class
CLIPModel
videox_fun/reward/MPS/trainer/models/clip_model.py:102
↓ 1 callers
Class
CogVideoXBlock
r""" Transformer block used in [CogVideoX](https://github.com/THUDM/CogVideo) model. Parameters: dim (`int`): The number
videox_fun/models/cogvideox_transformer3d.py:178
↓ 1 callers
Class
CogVideoXDecoder3D
r""" The `CogVideoXDecoder3D` layer of a variational autoencoder that decodes its latent representation into an output sample. Args:
videox_fun/models/cogvideox_vae.py:902
↓ 1 callers
Class
CogVideoXDownBlock3D
r""" A downsampling block used in the CogVideoX model. Args: in_channels (`int`): Number of input channels. out_c
videox_fun/models/cogvideox_vae.py:407
↓ 1 callers
Class
CogVideoXEncoder3D
r""" The `CogVideoXEncoder3D` layer of a variational autoencoder that encodes its input into a latent representation. Args: in_channe
videox_fun/models/cogvideox_vae.py:743
↓ 1 callers
Class
CogVideoXFunController
videox_fun/ui/cogvideox_fun_ui.py:37
↓ 1 callers
Class
CogVideoXFunPipelineOutput
r""" Output class for CogVideo pipelines. Args: video (`torch.Tensor`, `np.ndarray`, or List[List[PIL.Image.Image]]): Lis
videox_fun/pipeline/pipeline_cogvideox_fun.py:221
↓ 1 callers
Class
CogVideoXPatchEmbed
videox_fun/models/cogvideox_transformer3d.py:48
↓ 1 callers
Class
CogVideoXUpBlock3D
r""" An upsampling block used in the CogVideoX model. Args: in_channels (`int`): Number of input channels. out_ch
videox_fun/models/cogvideox_vae.py:621
↓ 1 callers
Class
CogVideoXUpsample3D
r""" A 3D Upsample layer using in CogVideoX by Tsinghua University & ZhipuAI # Todo: Wait for paper relase. Args: in_channels (`int`)
videox_fun/models/cogvideox_vae.py:201
↓ 1 callers
Class
CrossAttention
videox_fun/reward/MPS/trainer/models/cross_modeling.py:172
↓ 1 callers
Class
Cross_model
videox_fun/reward/MPS/trainer/models/cross_modeling.py:261
↓ 1 callers
Class
ImageVideoDataset
videox_fun/data/dataset_image_video.py:377
↓ 1 callers
Class
ImageVideoDataset
videox_fun/data/dataset_image_video_warped.py:377
↓ 1 callers
Class
ImageVideoSampler
A sampler wrapper for grouping images with similar aspect ratio into a same batch. Args: sampler (Sampler): Base sampler. dataset
videox_fun/data/dataset_image_video.py:276
↓ 1 callers
Class
ImageVideoSampler
A sampler wrapper for grouping images with similar aspect ratio into a same batch. Args: sampler (Sampler): Base sampler. dataset
videox_fun/data/dataset_image_video_warped.py:276
↓ 1 callers
Class
ImprovedAestheticPredictor
videox_fun/reward/improved_aesthetic_predictor.py:32
↓ 1 callers
Class
LoRANetwork
videox_fun/utils/lora_utils.py:158
↓ 1 callers
Class
MLP
videox_fun/reward/improved_aesthetic_predictor.py:13
↓ 1 callers
Class
MPSReward
[MPS](https://github.com/Kwai-Kolors/MPS) reward model.
videox_fun/reward/reward_fn.py:256
↓ 1 callers
Class
MaskEditorGUI
VLM-MASK-REASONER/edit_quadmask.py:15
↓ 1 callers
Class
ParallelTransformerBlock
videox_fun/reward/MPS/trainer/models/cross_modeling.py:78
↓ 1 callers
Class
PickScoreReward
[PickScore](https://github.com/yuvalkirstain/PickScore) reward model.
videox_fun/reward/reward_fn.py:193
↓ 1 callers
Class
PointSelectorGUI
VLM-MASK-REASONER/point_selector_gui.py:25
↓ 1 callers
Class
RotaryEmbedding
videox_fun/reward/MPS/trainer/models/cross_modeling.py:43
↓ 1 callers
Class
SAM2PointSegmenter
SAM2 video segmentation with point prompts
VLM-MASK-REASONER/stage1_sam2_segmentation.py:42
↓ 1 callers
Class
Segment
videox_fun/data/dataset_image_video.py:40
↓ 1 callers
Class
Segment
videox_fun/data/dataset_image_video_warped.py:40
↓ 1 callers
Class
SegmentationModel
Wrapper for segmentation
VLM-MASK-REASONER/stage3a_generate_grey_masks_v2.py:71
↓ 1 callers
Class
SegmentationModel
Wrapper for segmentation
VLM-MASK-REASONER/stage3a_generate_grey_masks.py:45
↓ 1 callers
Class
TrajectoryGUI
VLM-MASK-REASONER/stage3b_trajectory_gui.py:56
↓ 1 callers
Class
VideoDataset
videox_fun/data/dataset_video.py:157
↓ 1 callers
Class
WanFunPipeline
r""" Pipeline for text-to-video generation using Wan. This model inherits from [`DiffusionPipeline`]. Check the superclass documentation for
videox_fun/pipeline/pipeline_wan_fun.py:104
↓ 1 callers
Class
WanPipelineOutput
r""" Output class for CogVideo pipelines. Args: video (`torch.Tensor`, `np.ndarray`, or List[List[PIL.Image.Image]]): Lis
videox_fun/pipeline/pipeline_wan_fun.py:90
↓ 1 callers
Class
Wan_Fun_Controller
videox_fun/ui/wan_fun_ui.py:40
↓ 1 callers
Class
WebVid10M
videox_fun/data/dataset_video.py:80
↓ 1 callers
Class
XCLIPModel
videox_fun/reward/MPS/trainer/models/clip_model.py:21
Class
AestheticPredictorV2_5Model
videox_fun/reward/aesthetic_predictor_v2_5/siglip_v2_5.py:45
Class
AestheticPredictorV2_5Processor
videox_fun/reward/aesthetic_predictor_v2_5/siglip_v2_5.py:91
Class
AspectRatioBatchImageSampler
A sampler wrapper for grouping images with similar aspect ratio into a same batch. Args: sampler (Sampler): Base sampler. dataset
videox_fun/data/bucket_sampler.py:114
Class
AspectRatioBatchSampler
A sampler wrapper for grouping images with similar aspect ratio into a same batch. Args: sampler (Sampler): Base sampler. dataset
videox_fun/data/bucket_sampler.py:188
Class
AutoencoderKLCogVideoX
r""" A VAE model with KL loss for encoding images into latents and decoding latent representations into images. Used in [CogVideoX](https://gi
videox_fun/models/cogvideox_vae.py:1069
Class
BaseModelConfig
videox_fun/reward/MPS/trainer/models/base_model.py:6
Class
BaseReward
An base class for reward models. A custom Reward class must implement two functions below.
videox_fun/reward/reward_fn.py:15
Class
ClipModelConfig
videox_fun/reward/MPS/trainer/models/clip_model.py:97
Class
CogVideoXTransformer3DModel
A Transformer model for video-like data in [CogVideoX](https://github.com/THUDM/CogVideo). Parameters: num_attention_heads (`int`, d
videox_fun/models/cogvideox_transformer3d.py:297
Class
HumanModelDifferentiable
data_generation/human_model/human_model.py:27
Class
ImageVideoControlDataset
videox_fun/data/dataset_image_video.py:841
Class
ImageVideoControlDataset
videox_fun/data/dataset_image_video_warped.py:866
Class
LoRAModule
replaces forward method of the original Linear, instead of replacing the original Linear module.
videox_fun/utils/lora_utils.py:22
Class
MultiNodesEngine
videox_fun/api/api_multi_nodes.py:156
Class
MultiNodesGenerator
videox_fun/api/api_multi_nodes.py:23
Class
TeaCache
Timestep Embedding Aware Cache, a training-free caching approach that estimates and leverages the fluctuating differences among model outputs
videox_fun/models/cache_utils.py:19