Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyNiuuu/AniCrafter
/ types & classes
Types & classes
1,261 in github.com/MyNiuuu/AniCrafter
⨍
Functions
5,947
◇
Types & classes
1,261
↳
Endpoints
36
↓ 141 callers
Class
ResnetBlock
diffsynth/models/sd_unet.py:94
↓ 111 callers
Class
ConvModule
A conv block that bundles conv/norm/activation layers. This block simplifies the usage of convolution layers, which are commonly used with a
engine/pose_estimation/dinov2/dinov2/hub/depth/decode_heads.py:299
↓ 105 callers
Class
PushBlock
diffsynth/models/sd_unet.py:211
↓ 55 callers
Class
AttentionBlock
diffsynth/models/sd_unet.py:126
↓ 38 callers
Class
PopMixBlock
diffsynth/models/svd_unet.py:217
↓ 36 callers
Class
Compose
Compose a data pipeline with a sequence of transforms. Args: transforms (list[dict | callable]): Either config dicts of transfo
engine/pose_estimation/third-party/ViTPose/mmpose/datasets/pipelines/shared_transform.py:68
↓ 36 callers
Class
DatasetInfo
engine/pose_estimation/third-party/ViTPose/mmpose/datasets/dataset_info.py:5
↓ 36 callers
Class
TemporalBlock
diffsynth/models/sd_motion.py:52
↓ 33 callers
Class
PopBlock
diffsynth/models/sd_unet.py:220
↓ 32 callers
Class
Resnet3DBlock
diffsynth/models/cog_vae.py:128
↓ 24 callers
Class
Config
engine/BiRefNet/config.py:5
↓ 24 callers
Class
ResLayer
ResLayer to build ResNet style backbone. Args: block (nn.Module): Residual block used to build ResLayer. num_blocks (int): Number
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/resnet.py:310
↓ 22 callers
Class
TemporalResnetBlock
diffsynth/models/svd_unet.py:6
↓ 19 callers
Class
DownSampler
diffsynth/models/sd_unet.py:70
↓ 17 callers
Class
ResNet
ResNet backbone. Please refer to the `paper <https://arxiv.org/abs/1512.03385>`__ for details. Args: depth (int): Network depth,
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/resnet.py:424
↓ 17 callers
Class
UpSampler
diffsynth/models/sd_unet.py:83
↓ 16 callers
Class
ShuffleNetV1
ShuffleNetV1 backbone. Args: groups (int, optional): The number of groups to be used in grouped 1x1 convolutions in each Shuf
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/shufflenet_v1.py:157
↓ 16 callers
Class
TemporalAttentionBlock
diffsynth/models/svd_unet.py:138
↓ 15 callers
Class
TopdownHeatmapSimpleHead
Top-down heatmap simple head. paper ref: Bin Xiao et al. ``Simple Baselines for Human Pose Estimation and Tracking``. TopdownHeatmapSimpleHea
engine/pose_estimation/third-party/ViTPose/mmpose/models/heads/topdown_heatmap_simple_head.py:17
↓ 15 callers
Class
ViPNASHeatmapSimpleHead
ViPNAS heatmap simple head. ViPNAS: Efficient Video Pose Estimation via Neural Architecture Search. More details can be found in the `paper
engine/pose_estimation/third-party/ViTPose/mmpose/models/heads/vipnas_heatmap_simple_head.py:16
↓ 14 callers
Class
CausalConv3d
Causal 3d convolusion.
diffsynth/models/wan_video_vae.py:33
↓ 14 callers
Class
MobileNetV2
MobileNetV2 backbone. Args: widen_factor (float): Width multiplier, multiply number of channels in each layer by this amount.
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/mobilenet_v2.py:101
↓ 14 callers
Class
MobileNetV3
MobileNetV3 backbone. Args: arch (str): Architecture of mobilnetv3, from {small, big}. Default: small. conv_cfg (dict
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/mobilenet_v3.py:15
↓ 14 callers
Class
SEResNet
SEResNet backbone. Please refer to the `paper <https://arxiv.org/abs/1709.01507>`__ for details. Args: depth (int): Network dept
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/seresnet.py:58
↓ 14 callers
Class
ShuffleNetV2
ShuffleNetV2 backbone. Args: widen_factor (float): Width multiplier - adjusts the number of channels in each layer by this am
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/shufflenet_v2.py:135
↓ 14 callers
Class
TemporalResnetBlock
diffsynth/models/svd_vae_decoder.py:45
↓ 13 callers
Class
AEHigherResolutionHead
Associative embedding with higher resolution head. paper ref: Bowen Cheng et al. "HigherHRNet: Scale-Aware Representation Learning for Bottom-
engine/pose_estimation/third-party/ViTPose/mmpose/models/heads/ae_higher_resolution_head.py:13
↓ 13 callers
Class
TopdownHeatmapMultiStageHead
Top-down heatmap multi-stage head. TopdownHeatmapMultiStageHead is consisted of multiple branches, each of which has num_deconv_layers(>=0) n
engine/pose_estimation/third-party/ViTPose/mmpose/models/heads/topdown_heatmap_multi_stage_head.py:18
↓ 13 callers
Class
VGG
VGG backbone. Args: depth (int): Depth of vgg, from {11, 13, 16, 19}. with_norm (bool): Use BatchNorm or not. num_classes
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/vgg.py:39
↓ 12 callers
Class
Attention
diffsynth/models/attention.py:15
↓ 12 callers
Class
FlowMatchScheduler
diffsynth/schedulers/flow_match.py:5
↓ 12 callers
Class
ViPNAS_ResNet
ViPNAS_ResNet backbone. "ViPNAS: Efficient Video Pose Estimation via Neural Architecture Search" More details can be found in the `paper
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/vipnas_resnet.py:343
↓ 11 callers
Class
Pose
LHM/models/rendering/smplx/transfer_model/config/utils_cfg.py:28
↓ 11 callers
Class
Registry
Registry class
LHM/utils/registry.py:16
↓ 11 callers
Class
Unit3D
ProPainter/core/metrics.py:221
↓ 10 callers
Class
AESimpleHead
Associative embedding simple head. paper ref: Alejandro Newell et al. "Associative Embedding: End-to-end Learning for Joint Detection and
engine/pose_estimation/third-party/ViTPose/mmpose/models/heads/ae_simple_head.py:7
↓ 10 callers
Class
EnhancedDDIMScheduler
diffsynth/schedulers/ddim.py:4
↓ 10 callers
Class
InvertedResidual
InvertedResidual block for MobileNetV2. Args: in_channels (int): The input channels of the InvertedResidual block. out_channels (
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/mobilenet_v2.py:15
↓ 10 callers
Class
InvertedResidual
Inverted Residual Block. Args: in_channels (int): The input channels of this Module. out_channels (int): The output channels of t
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/utils/inverted_residual.py:11
↓ 10 callers
Class
TeaCache
diffsynth/pipelines/wan_video.py:340
↓ 9 callers
Class
AdaLayerNorm
diffsynth/models/sd3_dit.py:69
↓ 9 callers
Class
Bbox
engine/SegmentAPI/base.py:69
↓ 9 callers
Class
Bottleneck
Bottleneck block for ResNet. Args: in_channels (int): Input channels of this block. out_channels (int): Output channels of this b
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/resnet.py:131
↓ 9 callers
Class
InceptionModule
ProPainter/core/metrics.py:289
↓ 9 callers
Class
PyramidPatchMatcher
diffsynth/extensions/FastBlend/patch_match.py:205
↓ 9 callers
Class
RMSNorm
diffsynth/models/sd3_dit.py:8
↓ 9 callers
Class
SCNet
SCNet backbone. Improving Convolutional Networks with Self-Calibrated Convolutions, Jiang-Jiang Liu, Qibin Hou, Ming-Ming Cheng, Changhu Wang
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/scnet.py:192
↓ 9 callers
Class
TileWorker
diffsynth/models/tiler.py:5
↓ 9 callers
Class
TimestepEmbeddings
diffsynth/models/sd3_dit.py:54
↓ 9 callers
Class
Timesteps
diffsynth/models/sd_unet.py:6
↓ 9 callers
Class
ViPNAS_Bottleneck
Bottleneck block for ViPNAS_ResNet. Args: in_channels (int): Input channels of this block. out_channels (int): Output channels of
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/vipnas_resnet.py:14
↓ 8 callers
Class
BasicTemporalBlock
Basic block for VideoPose3D. Args: in_channels (int): Input channels of this block. out_channels (int): Output channels of this b
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/tcn.py:13
↓ 8 callers
Class
BottomUpRandomAffine
Data augmentation with random scaling & rotating. Args: rot_factor (int): Rotating to [-rotation_factor, rotation_factor] scale_f
engine/pose_estimation/third-party/ViTPose/mmpose/datasets/pipelines/bottom_up_transform.py:401
↓ 8 callers
Class
CausalConvChannelLast
diffsynth/models/stepvideo_vae.py:414
↓ 8 callers
Class
RMSNorm
diffsynth/models/flux_dit.py:517
↓ 8 callers
Class
Res3DBlock
A residual 3D convolutional block. Args: in_channels (int): Input channels of this block. out_channels (int): Output channels of
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/v2v_net.py:51
↓ 8 callers
Class
TeaCache
diffsynth/pipelines/wan_video_v2v_combine.py:36
↓ 8 callers
Class
ViPNAS_MobileNetV3
ViPNAS_MobileNetV3 backbone. "ViPNAS: Efficient Video Pose Estimation via Neural Architecture Search" More details can be found in the `paper
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/vipnas_mbv3.py:15
↓ 7 callers
Class
CachedConv3d
diffsynth/models/cog_vae.py:169
↓ 7 callers
Class
EvalDataset
engine/pose_estimation/third-party/ViTPose/tests/test_eval_hook.py:36
↓ 7 callers
Class
HRFomerModule
High-Resolution Module for HRFormer. Args: num_branches (int): The number of branches in the HRFormerModule. block (nn.Module): T
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/hrformer.py:397
↓ 7 callers
Class
TCN
TCN backbone. Temporal Convolutional Networks. More details can be found in the `paper <https://arxiv.org/abs/1811.11742>`__ . Args:
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/tcn.py:133
↓ 7 callers
Class
WanPrompter
diffsynth/prompters/wan_prompter.py:84
↓ 6 callers
Class
BaseGroupNorm
diffsynth/models/stepvideo_vae.py:21
↓ 6 callers
Class
BasicBlock
BasicBlock for ResNet. Args: in_channels (int): Input channels of this block. out_channels (int): Output channels of this block.
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/resnet.py:14
↓ 6 callers
Class
BiRefNet
engine/BiRefNet/models/birefnet.py:51
↓ 6 callers
Class
CausalConv
diffsynth/models/stepvideo_vae.py:226
↓ 6 callers
Class
CausalConv3d
diffsynth/models/hunyuan_video_vae_decoder.py:10
↓ 6 callers
Class
CausalConvAfterNorm
diffsynth/models/stepvideo_vae.py:438
↓ 6 callers
Class
ConvModule
A conv block that bundles conv/norm/activation layers. This block simplifies the usage of convolution layers, which are commonly used with a
LHM/models/encoders/dinov2/hub/depth/decode_heads.py:299
↓ 6 callers
Class
FeedForward
diffsynth/models/stepvideo_dit.py:585
↓ 6 callers
Class
RMSNorm
diffsynth/models/hunyuan_video_dit.py:732
↓ 6 callers
Class
RegNet
RegNet backbone. More details can be found in `paper <https://arxiv.org/abs/2003.13678>`__ . Args: arch (dict): The parameter of Reg
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/regnet.py:14
↓ 6 callers
Class
ResidualBlock
diffsynth/models/wan_video_vae.py:198
↓ 6 callers
Class
Resnet3DBlock
diffsynth/models/stepvideo_vae.py:498
↓ 6 callers
Class
SMPLXVoxelMeshModel
LHM/models/rendering/smpl_x_voxel_dense_sampling.py:483
↓ 6 callers
Class
ShuffleUnit
ShuffleUnit block. ShuffleNet unit with pointwise group convolution (GConv) and channel shuffle. Args: in_channels (int): The in
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/shufflenet_v1.py:17
↓ 6 callers
Class
TopDownGenerateTarget
Generate the target heatmap. Required keys: 'joints_3d', 'joints_3d_visible', 'ann_info'. Modified keys: 'target', and 'target_weight'.
engine/pose_estimation/third-party/ViTPose/mmpose/datasets/pipelines/top_down_transform.py:257
↓ 6 callers
Class
TopdownHeatmapMSMUHead
Heads for multi-stage multi-unit heads used in Multi-Stage Pose estimation Network (MSPN), and Residual Steps Networks (RSN). Args: u
engine/pose_estimation/third-party/ViTPose/mmpose/models/heads/topdown_heatmap_multi_stage_head.py:391
↓ 6 callers
Class
ViPNAS_ResLayer
ViPNAS_ResLayer to build ResNet style backbone. Args: block (nn.Module): Residual block used to build ViPNAS ResLayer. num_blocks
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/vipnas_resnet.py:208
↓ 5 callers
Class
CosineScheduler
engine/pose_estimation/dinov2/dinov2/utils/utils.py:67
↓ 5 callers
Class
ExampleDataset
engine/pose_estimation/third-party/ViTPose/tests/test_eval_hook.py:18
↓ 5 callers
Class
HourglassNet
HourglassNet backbone. Stacked Hourglass Networks for Human Pose Estimation. More details can be found in the `paper <https://arxiv.org/a
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/hourglass.py:89
↓ 5 callers
Class
InvertedResidual
InvertedResidual block for ShuffleNetV2 backbone. Args: in_channels (int): The input channels of the block. out_channels (int): T
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/shufflenet_v2.py:16
↓ 5 callers
Class
LayerNorm
diffsynth/models/wan_video_image_encoder.py:228
↓ 5 callers
Class
MaxPool3dSamePadding
ProPainter/core/metrics.py:195
↓ 5 callers
Class
ModelManager
diffsynth/models/model_manager.py:317
↓ 5 callers
Class
PoseWarper
Top-down pose detectors for multi-frame settings for video inputs. `"Learning temporal pose estimation from sparsely-labeled videos" <https:/
engine/pose_estimation/third-party/ViTPose/mmpose/models/detectors/posewarper.py:19
↓ 5 callers
Class
PoseWarperNeck
PoseWarper neck. `"Learning temporal pose estimation from sparsely-labeled videos" <https://arxiv.org/abs/1906.04016>`_. Args: i
engine/pose_estimation/third-party/ViTPose/mmpose/models/necks/posewarper_neck.py:22
↓ 5 callers
Class
RAFT_bi
Flow completion loss
ProPainter/model/modules/flow_comp_raft.py:27
↓ 5 callers
Class
RMSNorm
diffsynth/models/wan_video_dit.py:97
↓ 5 callers
Class
RMS_norm
diffsynth/models/wan_video_vae.py:55
↓ 5 callers
Class
RSN
Residual Steps Network backbone. Paper ref: Cai et al. "Learning Delicate Local Representations for Multi-Person Pose Estimation" (ECCV 2020).
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/rsn.py:512
↓ 5 callers
Class
SEBottleneck
SEBottleneck block for SEResNet. Args: in_channels (int): The input channels of the SEBottleneck block. out_channels (int): The o
engine/pose_estimation/third-party/ViTPose/mmpose/models/backbones/seresnet.py:9
↓ 5 callers
Class
Struct
LHM/models/rendering/smplx/smplx/utils.py:108
↓ 5 callers
Class
Struct
LHM/models/rendering/smplx_gsavatar/utils.py:110
↓ 5 callers
Class
ToTensor
Transform image to Tensor. Required key: 'img'. Modifies key: 'img'. Args: results (dict): contain all information about training.
engine/pose_estimation/third-party/ViTPose/mmpose/datasets/pipelines/shared_transform.py:21
↓ 5 callers
Class
TopDown
Top-down pose detectors. Args: backbone (dict): Backbone modules to extract feature. keypoint_head (dict): Keypoint head to proce
engine/pose_estimation/third-party/ViTPose/mmpose/models/detectors/top_down.py:24
↓ 4 callers
Class
Annotator
diffsynth/controlnets/processors.py:8
↓ 4 callers
Class
Attention
LHM/models/encoders/dinov2/layers/attention.py:36
next →
1–100 of 1,261, ranked by callers