Buckets:
GlmImageTransformer2DModel
A Diffusion Transformer model for 2D data from [GlmImageTransformer2DModel] (TODO).
GlmImageTransformer2DModel[[diffusers.GlmImageTransformer2DModel]]
patch_size (
int, defaults to2) -- The size of the patches to use in the patch embedding layer.in_channels (
int, defaults to16) -- The number of channels in the input.num_layers (
int, defaults to30) -- The number of layers of Transformer blocks to use.attention_head_dim (
int, defaults to40) -- The number of channels in each head.num_attention_heads (
int, defaults to64) -- The number of heads to use for multi-head attention.out_channels (
int, defaults to16) -- The number of channels in the output.text_embed_dim (
int, defaults to1472) -- Input dimension of text embeddings from the text encoder.time_embed_dim (
int, defaults to512) -- Output dimension of timestep embeddings.condition_dim (
int, defaults to256) -- The embedding dimension of the input SDXL-style resolution conditions (original_size, target_size, crop_coords).pos_embed_max_size (
int, defaults to128) -- The maximum resolution of the positional embeddings, from which slices of shapeH x Ware taken and added to input patched latents, whereHandWare the latent height and width respectively. A value of 128 means that the maximum supported height and width for image generation is128 * vae_scale_factor * patch_size => 128 * 8 * 2 => 2048.sample_size (
int, defaults to128) -- The base resolution of input latents. If height/width is not provided during generation, this value is used to determine the resolution assample_size * vae_scale_factor => 128 * 8 => 1024hidden_states (
torch.Tensorof shape(batch_size, in_channels, height, width)) -- Inputhidden_states.encoder_hidden_states (
torch.Tensorof shape(batch_size, sequence_len, embed_dims)) -- Conditional embeddings (embeddings computed from the input conditions such as prompts) to use.prior_token_id (
torch.Tensor) -- Token ids for the prior embedding lookup.prior_token_drop (
torch.Tensor) -- Boolean mask indicating which prior embeddings should be dropped (zeroed out).timestep (
torch.LongTensor) -- Used to indicate denoising step.target_size (
torch.Tensor) -- Target image size conditioning.crop_coords (
torch.Tensor) -- Crop coordinates conditioning.attention_kwargs (
dict, optional) -- A kwargs dictionary that if specified is passed along to theAttentionProcessoras defined underself.processorin diffusers.models.attention_processor.return_dict (
bool, optional, defaults toTrue) -- Whether or not to return a~models.transformer_2d.Transformer2DModelOutputinstead of a plain tuple.attention_mask (
torch.Tensor, optional) -- Mask applied to attention scores.kv_caches (
GlmImageKVCache, optional) -- Pre-computed key/value caches used to speed up inference.image_rotary_emb (
tupleoftorch.Tensor, optional) -- Pre-computed rotary positional embeddings.Ifreturn_dictis True, an~models.transformer_2d.Transformer2DModelOutputis returned, otherwise atuplewhere the first element is the sample tensor.
The GlmImageTransformer2DModel forward method.
Xet Storage Details
- Size:
- 3.63 kB
- Xet hash:
- d99b47513f6c963003a89e6e570cfad6ea7a97715c515852531af0a3fcd7aad4
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.