Buckets:
Flux2Transformer2DModel
A Transformer model for image-like data from Flux2.
Flux2Transformer2DModel[[diffusers.Flux2Transformer2DModel]]
- patch_size (
int, defaults to1) -- Patch size to turn the input data into small patches. - in_channels (
int, defaults to128) -- The number of channels in the input. - out_channels (
int, optional, defaults toNone) -- The number of channels in the output. If not specified, it defaults toin_channels. - num_layers (
int, defaults to8) -- The number of layers of dual stream DiT blocks to use. - num_single_layers (
int, defaults to48) -- The number of layers of single stream DiT blocks to use. - attention_head_dim (
int, defaults to128) -- The number of dimensions to use for each attention head. - num_attention_heads (
int, defaults to48) -- The number of attention heads to use. - joint_attention_dim (
int, defaults to15360) -- The number of dimensions to use for the joint attention (embedding/channel dimension ofencoder_hidden_states). - pooled_projection_dim (
int, defaults to768) -- The number of dimensions to use for the pooled projection. - guidance_embeds (
bool, defaults toTrue) -- Whether to use guidance embeddings for guidance-distilled variant of the model. - axes_dims_rope (
tuple[int], defaults to(32, 32, 32, 32)) -- The dimensions to use for the rotary positional embeddings.
The Transformer model introduced in Flux 2.
Reference: https://blackforestlabs.ai/announcing-black-forest-labs/
- hidden_states (
torch.Tensorof shape(batch_size, image_sequence_length, in_channels)) -- Inputhidden_states. - encoder_hidden_states (
torch.Tensorof shape(batch_size, text_sequence_length, joint_attention_dim)) -- Conditional embeddings (embeddings computed from the input conditions such as prompts) to use. - timestep (
torch.LongTensor) -- Used to indicate denoising step. - img_ids (
torch.Tensor) -- Image position ids used to compute the rotary positional embeddings. - txt_ids (
torch.Tensor) -- Text position ids used to compute the rotary positional embeddings. - guidance (
torch.Tensor, optional) -- Guidance scale embedding used for guidance-distilled variants of the model. - joint_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. - kv_cache (
Flux2KVCache, optional) -- KV cache for reference image tokens. Whenkv_cache_modeis "extract", a new cache is created and returned. When "cached", the provided cache is used to inject ref K/V during attention. - kv_cache_mode (
str, optional) -- One of "extract" (first step with ref tokens) or "cached" (subsequent steps using cached ref K/V). WhenNone, standard forward pass without KV caching. - num_ref_tokens (
int, defaults to0) -- Number of reference image tokens prepended tohidden_states(only used whenkv_cache_mode="extract"). - ref_fixed_timestep (
float, defaults to0.0) -- Fixed timestep for reference token modulation (only used whenkv_cache_mode="extract").Ifreturn_dictis True, an~models.transformer_2d.Transformer2DModelOutputis returned, otherwise atuplewhere the first element is the sample tensor. Whenkv_cache_mode="extract", also returns the populatedFlux2KVCache.
The Flux2Transformer2DModel forward method.
Flux2Transformer2DModelOutput[[diffusers.models.transformers.transformer_flux2.Flux2Transformer2DModelOutput]]
- sample (
torch.Tensorof shape(batch_size, num_channels, height, width)) -- The hidden states output conditioned on theencoder_hidden_statesinput. - kv_cache (
Flux2KVCache, optional) -- The populated KV cache for reference image tokens. Only returned whenkv_cache_mode="extract".
The output of Flux2Transformer2DModel.
Xet Storage Details
- Size:
- 4.54 kB
- Xet hash:
- ad1dd168b9aace860c20f667157d6a8d1ce4b27276ee9485adee8be3c725f41c
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.