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 df55f05 commit 3651bdbCopy full SHA for 3651bdb
src/diffusers/models/transformers/transformer_flux.py
@@ -447,8 +447,6 @@ def forward(
447
timestep = timestep.to(hidden_states.dtype) * 1000
448
if guidance is not None:
449
guidance = guidance.to(hidden_states.dtype) * 1000
450
- else:
451
- guidance = None
452
453
temb = (
454
self.time_text_embed(timestep, pooled_projections)
0 commit comments