MCPcopy Create free account

hub / github.com/G-U-N/AnimateLCM / types & classes

Types & classes47 in github.com/G-U-N/AnimateLCM

↓ 11 callersClassUnit3D
metrics/pytorch_i3d.py:49
↓ 10 callersClassResnetBlock3D
animatelcm_sd15/animatelcm/models/resnet.py:114
↓ 9 callersClassInceptionModule
metrics/pytorch_i3d.py:125
↓ 7 callersClassInflatedConv3d
animatelcm_sd15/animatelcm/models/resnet.py:11
↓ 5 callersClassMaxPool3dSamePadding
metrics/pytorch_i3d.py:14
↓ 3 callersClassAnimateLCMSVDStochasticIterativeScheduler
Multistep and onestep sampling for consistency models. This model inherits from [`SchedulerMixin`] and [`ConfigMixin`]. Check the superclass
animatelcm_svd/animatelcm_scheduler.py:44
↓ 3 callersClassAnimationPipeline
animatelcm_sd15/animatelcm/pipelines/pipeline_animation.py:46
↓ 3 callersClassInflatedGroupNorm
animatelcm_sd15/animatelcm/models/resnet.py:22
↓ 3 callersClassTransformer3DModel
animatelcm_sd15/animatelcm/models/attention.py:28
↓ 2 callersClassDownsample3D
animatelcm_sd15/animatelcm/models/resnet.py:87
↓ 2 callersClassResnetBlock
animatelcm_sd15/animatelcm/models/adapter.py:107
↓ 2 callersClassTimestepEmbedding
animatelcm_sd15/animatelcm/models/embeddings.py:69
↓ 2 callersClassUpsample3D
animatelcm_sd15/animatelcm/models/resnet.py:33
↓ 1 callersClassAdapter
animatelcm_sd15/animatelcm/models/adapter.py:60
↓ 1 callersClassAlphaBlender
animatelcm_sd15/animatelcm/models/resnet.py:255
↓ 1 callersClassAnimateController
animatelcm_sd15/app-i2v.py:41
↓ 1 callersClassAnimateController
animatelcm_sd15/app.py:41
↓ 1 callersClassAnimateLCMSVDStochasticIterativeSchedulerOutput
Output class for the scheduler's `step` function. Args: prev_sample (`torch.FloatTensor` of shape `(batch_size, num_channels, height
animatelcm_svd/animatelcm_scheduler.py:31
↓ 1 callersClassAnimationPipelineOutput
animatelcm_sd15/animatelcm/pipelines/pipeline_animation.py:42
↓ 1 callersClassBasicTransformerBlock
animatelcm_sd15/animatelcm/models/attention.py:142
↓ 1 callersClassCrossAttnDownBlock3D
animatelcm_sd15/animatelcm/models/unet_blocks.py:332
↓ 1 callersClassCrossAttnUpBlock3D
animatelcm_sd15/animatelcm/models/unet_blocks.py:628
↓ 1 callersClassDownBlock3D
animatelcm_sd15/animatelcm/models/unet_blocks.py:518
↓ 1 callersClassDownsample
A downsampling layer with an optional convolution. :param channels: channels in the inputs and outputs. :param use_conv: a bool determini
animatelcm_sd15/animatelcm/models/adapter.py:144
↓ 1 callersClassInceptionI3d
Inception-v1 I3D architecture. The model is introduced in: Quo Vadis, Action Recognition? A New Model and the Kinetics Dataset Joa
metrics/pytorch_i3d.py:153
↓ 1 callersClassLCMScheduler
`LCMScheduler` extends the denoising procedure introduced in denoising diffusion probabilistic models (DDPMs) with non-Markovian guidance.
animatelcm_sd15/animatelcm/scheduler/lcm_scheduler.py:189
↓ 1 callersClassLCMSchedulerOutput
Output class for the scheduler's `step` function output. Args: prev_sample (`torch.FloatTensor` of shape `(batch_size, num_channels,
animatelcm_sd15/animatelcm/scheduler/lcm_scheduler.py:35
↓ 1 callersClassMish
animatelcm_sd15/animatelcm/models/resnet.py:250
↓ 1 callersClassPositionalEncoding
animatelcm_sd15/animatelcm/models/motion_module.py:226
↓ 1 callersClassSVDSolver
animatelcm_svd/animate_lcm_utils.py:26
↓ 1 callersClassStableVideoDiffusionPipelineOutput
r""" Output class for zero-shot text-to-video pipeline. Args: frames (`[List[PIL.Image.Image]`, `np.ndarray`]): List of d
animatelcm_svd/pipeline.py:64
↓ 1 callersClassTemporalTransformer3DModel
animatelcm_sd15/animatelcm/models/motion_module.py:84
↓ 1 callersClassTemporalTransformerBlock
animatelcm_sd15/animatelcm/models/motion_module.py:163
↓ 1 callersClassTimesteps
animatelcm_sd15/animatelcm/models/embeddings.py:104
↓ 1 callersClassTransformer3DModelOutput
animatelcm_sd15/animatelcm/models/attention.py:17
↓ 1 callersClassUNet3DConditionOutput
animatelcm_sd15/animatelcm/models/unet.py:36
↓ 1 callersClassUNetMidBlock3DCrossAttn
animatelcm_sd15/animatelcm/models/unet_blocks.py:178
↓ 1 callersClassUpBlock3D
animatelcm_sd15/animatelcm/models/unet_blocks.py:808
↓ 1 callersClassVanillaTemporalModule
animatelcm_sd15/animatelcm/models/motion_module.py:47
↓ 1 callersClassVersatileAttention
animatelcm_sd15/animatelcm/models/motion_module.py:249
↓ 1 callersClassWebVid10M
animatelcm_svd/dataset.py:12
ClassDDIMSolver
animatelcm_sd15/animatelcm/utils/lcm_utils.py:86
ClassGaussianFourierProjection
Gaussian Fourier embeddings for noise levels.
animatelcm_sd15/animatelcm/models/embeddings.py:121
ClassImagePositionalEmbeddings
Converts latent image classes into vector embeddings. Sums the vector embeddings with positional embeddings for the height and width of the l
animatelcm_sd15/animatelcm/models/embeddings.py:151
ClassStableVideoDiffusionPipeline
r""" Pipeline to generate video from an input image using Stable Video Diffusion. This model inherits from [`DiffusionPipeline`]. Check the s
animatelcm_svd/pipeline.py:77
ClassTemporalTransformer3DModelOutput
animatelcm_sd15/animatelcm/models/motion_module.py:25
ClassUNet3DConditionModel
animatelcm_sd15/animatelcm/models/unet.py:40