We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6820d6c commit f6059b7Copy full SHA for f6059b7
src/diffusers/models/transformers/transformer_flux2.py
@@ -433,7 +433,7 @@ def forward(
433
434
# Conditioning txt stream
435
norm_encoder_hidden_states = self.norm1_context(encoder_hidden_states)
436
- norm_encoder_hidden_states = (1 + c_scale_msa) * encoder_hidden_states + c_shift_msa
+ norm_encoder_hidden_states = (1 + c_scale_msa) * norm_encoder_hidden_states + c_shift_msa
437
438
# Attention on concatenated img + txt stream
439
attention_outputs = self.attn(
0 commit comments