Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/G-U-N/AnimateLCM
/ types & classes
Types & classes
47 in github.com/G-U-N/AnimateLCM
⨍
Functions
274
◇
Types & classes
47
↓ 11 callers
Class
Unit3D
metrics/pytorch_i3d.py:49
↓ 10 callers
Class
ResnetBlock3D
animatelcm_sd15/animatelcm/models/resnet.py:114
↓ 9 callers
Class
InceptionModule
metrics/pytorch_i3d.py:125
↓ 7 callers
Class
InflatedConv3d
animatelcm_sd15/animatelcm/models/resnet.py:11
↓ 5 callers
Class
MaxPool3dSamePadding
metrics/pytorch_i3d.py:14
↓ 3 callers
Class
AnimateLCMSVDStochasticIterativeScheduler
Multistep and onestep sampling for consistency models. This model inherits from [`SchedulerMixin`] and [`ConfigMixin`]. Check the superclass
animatelcm_svd/animatelcm_scheduler.py:44
↓ 3 callers
Class
AnimationPipeline
animatelcm_sd15/animatelcm/pipelines/pipeline_animation.py:46
↓ 3 callers
Class
InflatedGroupNorm
animatelcm_sd15/animatelcm/models/resnet.py:22
↓ 3 callers
Class
Transformer3DModel
animatelcm_sd15/animatelcm/models/attention.py:28
↓ 2 callers
Class
Downsample3D
animatelcm_sd15/animatelcm/models/resnet.py:87
↓ 2 callers
Class
ResnetBlock
animatelcm_sd15/animatelcm/models/adapter.py:107
↓ 2 callers
Class
TimestepEmbedding
animatelcm_sd15/animatelcm/models/embeddings.py:69
↓ 2 callers
Class
Upsample3D
animatelcm_sd15/animatelcm/models/resnet.py:33
↓ 1 callers
Class
Adapter
animatelcm_sd15/animatelcm/models/adapter.py:60
↓ 1 callers
Class
AlphaBlender
animatelcm_sd15/animatelcm/models/resnet.py:255
↓ 1 callers
Class
AnimateController
animatelcm_sd15/app-i2v.py:41
↓ 1 callers
Class
AnimateController
animatelcm_sd15/app.py:41
↓ 1 callers
Class
AnimateLCMSVDStochasticIterativeSchedulerOutput
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 callers
Class
AnimationPipelineOutput
animatelcm_sd15/animatelcm/pipelines/pipeline_animation.py:42
↓ 1 callers
Class
BasicTransformerBlock
animatelcm_sd15/animatelcm/models/attention.py:142
↓ 1 callers
Class
CrossAttnDownBlock3D
animatelcm_sd15/animatelcm/models/unet_blocks.py:332
↓ 1 callers
Class
CrossAttnUpBlock3D
animatelcm_sd15/animatelcm/models/unet_blocks.py:628
↓ 1 callers
Class
DownBlock3D
animatelcm_sd15/animatelcm/models/unet_blocks.py:518
↓ 1 callers
Class
Downsample
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 callers
Class
InceptionI3d
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 callers
Class
LCMScheduler
`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 callers
Class
LCMSchedulerOutput
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 callers
Class
Mish
animatelcm_sd15/animatelcm/models/resnet.py:250
↓ 1 callers
Class
PositionalEncoding
animatelcm_sd15/animatelcm/models/motion_module.py:226
↓ 1 callers
Class
SVDSolver
animatelcm_svd/animate_lcm_utils.py:26
↓ 1 callers
Class
StableVideoDiffusionPipelineOutput
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 callers
Class
TemporalTransformer3DModel
animatelcm_sd15/animatelcm/models/motion_module.py:84
↓ 1 callers
Class
TemporalTransformerBlock
animatelcm_sd15/animatelcm/models/motion_module.py:163
↓ 1 callers
Class
Timesteps
animatelcm_sd15/animatelcm/models/embeddings.py:104
↓ 1 callers
Class
Transformer3DModelOutput
animatelcm_sd15/animatelcm/models/attention.py:17
↓ 1 callers
Class
UNet3DConditionOutput
animatelcm_sd15/animatelcm/models/unet.py:36
↓ 1 callers
Class
UNetMidBlock3DCrossAttn
animatelcm_sd15/animatelcm/models/unet_blocks.py:178
↓ 1 callers
Class
UpBlock3D
animatelcm_sd15/animatelcm/models/unet_blocks.py:808
↓ 1 callers
Class
VanillaTemporalModule
animatelcm_sd15/animatelcm/models/motion_module.py:47
↓ 1 callers
Class
VersatileAttention
animatelcm_sd15/animatelcm/models/motion_module.py:249
↓ 1 callers
Class
WebVid10M
animatelcm_svd/dataset.py:12
Class
DDIMSolver
animatelcm_sd15/animatelcm/utils/lcm_utils.py:86
Class
GaussianFourierProjection
Gaussian Fourier embeddings for noise levels.
animatelcm_sd15/animatelcm/models/embeddings.py:121
Class
ImagePositionalEmbeddings
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
Class
StableVideoDiffusionPipeline
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
Class
TemporalTransformer3DModelOutput
animatelcm_sd15/animatelcm/models/motion_module.py:25
Class
UNet3DConditionModel
animatelcm_sd15/animatelcm/models/unet.py:40