Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlayaLab/AlayaRenderer
/ types & classes
Types & classes
459 in github.com/AlayaLab/AlayaRenderer
⨍
Functions
1,613
◇
Types & classes
459
↳
Endpoints
1
↓ 38 callers
Class
RMSNorm
game_editing/diffsynth/models/wan_video_dit.py:101
↓ 24 callers
Class
ResnetBlock
game_editing/diffsynth/models/flux_vae.py:240
↓ 19 callers
Class
CausalConv3d
Causal 3d convolusion.
game_editing/diffsynth/models/wan_video_vae.py:33
↓ 17 callers
Class
ModelConfig
game_editing/diffsynth/core/loader/config.py:10
↓ 12 callers
Class
ResidualBlock
game_editing/diffsynth/models/wan_video_vae.py:267
↓ 11 callers
Class
QwenImageCausalConv3d
r""" A custom 3D causal convolution layer with feature caching support. This layer extends the standard Conv3D layer by ensuring causality in
game_editing/diffsynth/models/qwen_image_vae.py:8
↓ 9 callers
Class
ImageCropAndResize
game_editing/diffsynth/core/data/operators.py:67
↓ 7 callers
Class
Attention
game_editing/diffsynth/models/ltx2_dit.py:453
↓ 7 callers
Class
RMS_norm
game_editing/diffsynth/models/wan_video_vae.py:55
↓ 6 callers
Class
AdaLayerNormSingle
r""" Norm layer adaptive layer norm single (adaLN-single). As proposed in PixArt-Alpha (see: https://arxiv.org/abs/2310.00426; Section 2.3).
game_editing/diffsynth/models/ltx2_dit.py:227
↓ 6 callers
Class
AttentionBlock
Causal self-attention with a single head.
game_editing/diffsynth/models/wan_video_vae.py:304
↓ 6 callers
Class
FlowMatchScheduler
game_editing/diffsynth/diffusion/flow_match.py:5
↓ 5 callers
Class
AttnProcessor2_0
r""" Processor for implementing scaled dot-product attention (enabled by default if you're using PyTorch 2.0).
game_editing/diffsynth/models/flux2_vae.py:1221
↓ 5 callers
Class
AudioLatentShape
Shape of audio in VAE latent space: (batch, channels, frames, mel_bins). mel_bins is the number of frequency bins from the mel-spectrogram en
game_editing/diffsynth/models/ltx2_common.py:95
↓ 5 callers
Class
LayerNorm
game_editing/diffsynth/models/wan_video_image_encoder.py:228
↓ 5 callers
Class
PixelNorm
Per-pixel (per-location) RMS normalization layer. For each element along the chosen dimension, this layer normalizes the tensor by the ro
game_editing/diffsynth/models/ltx2_common.py:192
↓ 5 callers
Class
Qwen2RMSNorm
game_editing/diffsynth/models/nexus_gen_projector.py:198
↓ 5 callers
Class
QwenImageRMS_norm
r""" A custom RMS normalization layer. Args: dim (int): The number of dimensions to normalize over. channel_first (bool, opti
game_editing/diffsynth/models/qwen_image_vae.py:54
↓ 5 callers
Class
TimestepEmbeddings
game_editing/diffsynth/models/general_modules.py:80
↓ 4 callers
Class
CausalConv1d
game_editing/diffsynth/models/wan_video_dit_s2v.py:85
↓ 4 callers
Class
ConvLayer
game_editing/diffsynth/models/wan_video_animate_adapter.py:452
↓ 4 callers
Class
DataProcessingPipeline
game_editing/diffsynth/core/data/operators.py:6
↓ 4 callers
Class
DiskMap
game_editing/diffsynth/core/vram/disk_map.py:28
↓ 4 callers
Class
LayerNorm_FP32
game_editing/diffsynth/models/longcat_video_dit.py:328
↓ 4 callers
Class
PixelShuffleND
N-dimensional pixel shuffle operation for upsampling tensors. Args: dims (int): Number of dimensions to apply pixel shuffle to.
game_editing/diffsynth/models/ltx2_upsampler.py:8
↓ 4 callers
Class
QwenImageResidualBlock
r""" A custom residual block module. Args: in_dim (int): Number of input channels. out_dim (int): Number of output channels.
game_editing/diffsynth/models/qwen_image_vae.py:81
↓ 4 callers
Class
RMSNorm_FP32
game_editing/diffsynth/models/longcat_video_dit.py:16
↓ 4 callers
Class
ResnetBlock
game_editing/diffsynth/models/ltx2_audio_vae.py:494
↓ 4 callers
Class
ResnetBlock2D
r""" A Resnet block. Parameters: in_channels (`int`): The number of channels in the input. out_channels (`int`, *optional*, d
game_editing/diffsynth/models/flux2_vae.py:47
↓ 4 callers
Class
Upsample
game_editing/diffsynth/models/wan_video_vae.py:73
↓ 4 callers
Class
ZImageTransformerBlock
game_editing/diffsynth/models/z_image_dit.py:156
↓ 3 callers
Class
AdaLayerNorm
game_editing/diffsynth/models/general_modules.py:123
↓ 3 callers
Class
AudioPatchifier
game_editing/diffsynth/models/ltx2_audio_vae.py:10
↓ 3 callers
Class
CausalConv1d
game_editing/diffsynth/models/wan_video_animate_adapter.py:50
↓ 3 callers
Class
DepthToSpaceUpsample
game_editing/diffsynth/models/ltx2_video_vae.py:885
↓ 3 callers
Class
DownSampler
game_editing/diffsynth/models/flux_vae.py:283
↓ 3 callers
Class
EqualLinear
game_editing/diffsynth/models/wan_video_animate_adapter.py:422
↓ 3 callers
Class
FeedForward
game_editing/diffsynth/models/ltx2_dit.py:1041
↓ 3 callers
Class
Flux2Modulation
game_editing/diffsynth/models/flux2_dit.py:860
↓ 3 callers
Class
LoadImage
game_editing/diffsynth/core/data/operators.py:55
↓ 3 callers
Class
PixArtAlphaCombinedTimestepSizeEmbeddings
For PixArt-Alpha. Reference: https://github.com/PixArt-alpha/PixArt-alpha/blob/0f55e922376d8b797edd44d25d0e7464b260dcab/diffusion/model/n
game_editing/diffsynth/models/ltx2_dit.py:125
↓ 3 callers
Class
ResnetBlock3D
r""" A Resnet block. Parameters: in_channels (`int`): The number of channels in the input. out_channels (`int`, *optional*, de
game_editing/diffsynth/models/ltx2_video_vae.py:571
↓ 3 callers
Class
SpaceToDepthDownsample
game_editing/diffsynth/models/ltx2_video_vae.py:828
↓ 3 callers
Class
T5LayerNorm
game_editing/diffsynth/models/wan_video_text_encoder.py:25
↓ 3 callers
Class
ToAbsolutePath
game_editing/diffsynth/core/data/operators.py:206
↓ 3 callers
Class
TransformerArgsPreprocessor
game_editing/diffsynth/models/ltx2_dit.py:563
↓ 3 callers
Class
UNetMidBlock3D
A 3D UNet mid-block [`UNetMidBlock3D`] with multiple residual blocks. Args: in_channels (`int`): The number of input channels.
game_editing/diffsynth/models/ltx2_video_vae.py:741
↓ 3 callers
Class
UpSampler
game_editing/diffsynth/models/flux_vae.py:272
↓ 3 callers
Class
ZImageImage2LoRAComponent
game_editing/diffsynth/models/z_image_image2lora.py:31
↓ 2 callers
Class
AttentionBlock
game_editing/diffsynth/models/wan_video_image_encoder.py:53
↓ 2 callers
Class
AttentionModule
game_editing/diffsynth/models/wan_video_dit.py:115
↓ 2 callers
Class
CLIPEncoderLayer
game_editing/diffsynth/models/flux_lora_encoder.py:95
↓ 2 callers
Class
CompressedMLP
game_editing/diffsynth/models/qwen_image_image2lora.py:4
↓ 2 callers
Class
CrossAttention
game_editing/diffsynth/models/wan_video_dit.py:151
↓ 2 callers
Class
DimensionIntervals
Intervals which a single dimension of the latent space is split into. Each interval is defined by its start, end, left ramp, and right ramp. T
game_editing/diffsynth/models/ltx2_video_vae.py:1052
↓ 2 callers
Class
Downsample2D
A 2D downsampling layer with an optional convolution. Parameters: channels (`int`): number of channels in the inputs and outp
game_editing/diffsynth/models/flux2_vae.py:233
↓ 2 callers
Class
Embeddings1DConnector
Embeddings1DConnector applies a 1D transformer-based processing to sequential embeddings (e.g., for video, audio, or other modalities). It su
game_editing/diffsynth/models/ltx2_text_encoder.py:234
↓ 2 callers
Class
EqualConv2d
game_editing/diffsynth/models/wan_video_animate_adapter.py:396
↓ 2 callers
Class
Flux2FeedForward
game_editing/diffsynth/models/flux2_dit.py:341
↓ 2 callers
Class
Flux2SwiGLU
Flux 2 uses a SwiGLU-style activation in the transformer feedforward sub-blocks, but with the linear projection layer fused into the first li
game_editing/diffsynth/models/flux2_dit.py:325
↓ 2 callers
Class
FluxJointTransformerBlock
game_editing/diffsynth/models/flux_dit.py:108
↓ 2 callers
Class
FluxSingleTransformerBlock
game_editing/diffsynth/models/flux_dit.py:205
↓ 2 callers
Class
Head
game_editing/diffsynth/models/wan_video_dit.py:254
↓ 2 callers
Class
HuggingfaceTokenizer
game_editing/diffsynth/models/wan_video_text_encoder.py:285
↓ 2 callers
Class
ImageEmbeddingToLoraMatrix
game_editing/diffsynth/models/qwen_image_image2lora.py:17
↓ 2 callers
Class
MLP
game_editing/diffsynth/models/wan_video_dit.py:234
↓ 2 callers
Class
Modality
Input data for a single modality (video or audio) in the transformer. Bundles the latent tokens, timestep embeddings, positional information,
game_editing/diffsynth/models/ltx2_common.py:249
↓ 2 callers
Class
MultiModalTransformerArgsPreprocessor
game_editing/diffsynth/models/ltx2_dit.py:682
↓ 2 callers
Class
PerChannelStatistics
Per-channel statistics for normalizing and denormalizing the latent representation. This statics is computed over the entire dataset and stor
game_editing/diffsynth/models/ltx2_audio_vae.py:757
↓ 2 callers
Class
PerChannelStatistics
Per-channel statistics for normalizing and denormalizing the latent representation. This statics is computed over the entire dataset and stor
game_editing/diffsynth/models/ltx2_video_vae.py:548
↓ 2 callers
Class
PixArtAlphaTextProjection
Projects caption embeddings. Also handles dropout for classifier-free guidance. Adapted from https://github.com/PixArt-alpha/PixArt-alpha/blo
game_editing/diffsynth/models/ltx2_dit.py:522
↓ 2 callers
Class
QuickGELU
game_editing/diffsynth/models/wan_video_image_encoder.py:222
↓ 2 callers
Class
QwenFeedForward
game_editing/diffsynth/models/qwen_image_dit.py:343
↓ 2 callers
Class
QwenImageAttentionBlock
r""" Causal self-attention with a single head. Args: dim (int): The number of channels in the input tensor.
game_editing/diffsynth/models/qwen_image_vae.py:156
↓ 2 callers
Class
QwenImageMidBlock
Middle block for WanVAE encoder and decoder. Args: dim (int): Number of input/output channels. dropout (float): Dropout rate
game_editing/diffsynth/models/qwen_image_vae.py:304
↓ 2 callers
Class
QwenImageResample
r""" A custom resampling module for 2D and 3D data. Args: dim (int): The number of input/output channels. mode (str): The res
game_editing/diffsynth/models/qwen_image_vae.py:218
↓ 2 callers
Class
QwenImageUpsample
r""" Perform upsampling while ensuring the output tensor has the same data type as the input. Args: x (torch.Tensor): Input tensor to
game_editing/diffsynth/models/qwen_image_vae.py:202
↓ 2 callers
Class
ResBlock
Residual block with two convolutional layers, group normalization, and SiLU activation. Args: channels (int): Number of input and out
game_editing/diffsynth/models/ltx2_upsampler.py:60
↓ 2 callers
Class
Resample
game_editing/diffsynth/models/wan_video_vae.py:82
↓ 2 callers
Class
Resample38
game_editing/diffsynth/models/wan_video_vae.py:227
↓ 2 callers
Class
RoPEEmbedding
game_editing/diffsynth/models/flux_dit.py:14
↓ 2 callers
Class
RouteByType
game_editing/diffsynth/core/data/operators.py:187
↓ 2 callers
Class
SelfAttention
game_editing/diffsynth/models/wan_video_image_encoder.py:14
↓ 2 callers
Class
SequencialMLP
game_editing/diffsynth/models/qwen_image_image2lora.py:32
↓ 2 callers
Class
SpatialTilingConfig
Configuration for dividing each frame into spatial tiles with optional overlap. Args: tile_size_in_pixels (int): Size of each tile in pixe
game_editing/diffsynth/models/ltx2_video_vae.py:984
↓ 2 callers
Class
T5RelativeEmbedding
game_editing/diffsynth/models/wan_video_text_encoder.py:150
↓ 2 callers
Class
TemporalTilingConfig
Configuration for dividing a video into temporal tiles (chunks of frames) with optional overlap. Args: tile_size_in_frames (int): Number o
game_editing/diffsynth/models/ltx2_video_vae.py:1008
↓ 2 callers
Class
TemporalTimesteps
game_editing/diffsynth/models/general_modules.py:43
↓ 2 callers
Class
TileWorker
game_editing/diffsynth/models/flux_vae.py:5
↓ 2 callers
Class
TimestepEmbedding
game_editing/diffsynth/models/flux2_dit.py:66
↓ 2 callers
Class
TransformerConfig
game_editing/diffsynth/models/ltx2_dit.py:776
↓ 2 callers
Class
UNetMidBlock2D
A 2D UNet mid-block [`UNetMidBlock2D`] with multiple residual blocks and optional attention blocks. Args: in_channels (`int`): The n
game_editing/diffsynth/models/flux2_vae.py:1314
↓ 2 callers
Class
Upsample2D
A 2D upsampling layer with an optional convolution. Parameters: channels (`int`): number of channels in the inputs and output
game_editing/diffsynth/models/flux2_vae.py:315
↓ 2 callers
Class
VAEAttentionBlock
game_editing/diffsynth/models/flux_vae.py:190
↓ 2 callers
Class
VideoLatentShape
Shape of the tensor representing video in VAE latent space. The latent representation is a 5D tensor with dimensions ordered as (batch, c
game_editing/diffsynth/models/ltx2_common.py:38
↓ 2 callers
Class
VisionTransformer
game_editing/diffsynth/models/wan_video_image_encoder.py:386
↓ 2 callers
Class
WanVideoUnit_S2V
game_editing/diffsynth/pipelines/wan_video.py:811
↓ 2 callers
Class
WanVideoUnit_ShapeChecker
game_editing/diffsynth/pipelines/wan_video.py:338
↓ 2 callers
Class
XLMRoberta
XLMRobertaModel with no pooler and no LM head.
game_editing/diffsynth/models/wan_video_image_encoder.py:80
↓ 2 callers
Class
ZImageControlTransformerBlock
game_editing/diffsynth/models/z_image_controlnet.py:8
next →
1–100 of 459, ranked by callers