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 12833b1 commit 0eb3eb8Copy full SHA for 0eb3eb8
src/diffusers/pipelines/flux/pipeline_flux.py
@@ -829,7 +829,7 @@ def __call__(
829
lora_scale = (
830
self.joint_attention_kwargs.get("scale", None) if self.joint_attention_kwargs is not None else None
831
)
832
- do_true_cfg = true_cfg > 1 and negative_prompt is not None
+ do_true_cfg = true_cfg > 1 or negative_prompt is not None
833
(
834
prompt_embeds,
835
pooled_prompt_embeds,
0 commit comments