You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/diffusers/models/transformers/transformer_hidream_image.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -791,15 +791,15 @@ def forward(
791
791
792
792
ifencoder_hidden_statesisnotNone:
793
793
deprecation_message="The `encoder_hidden_states` argument is deprecated. Please use `encoder_hidden_states_t5` and `encoder_hidden_states_llama3` instead."
deprecation_message="The `negative_prompt_embeds` argument is deprecated. Please use `negative_prompt_embeds_t5` and `negative_prompt_embeds_llama3` instead."
0 commit comments