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 a3bf2a3 commit a573e71Copy full SHA for a573e71
src/diffusers/pipelines/flux/pipeline_flux.py
@@ -775,7 +775,7 @@ def __call__(
775
lora_scale = (
776
self.joint_attention_kwargs.get("scale", None) if self.joint_attention_kwargs is not None else None
777
)
778
- do_true_cfg = true_cfg_scale > 1 or negative_prompt is not None
+ do_true_cfg = true_cfg_scale > 1 and negative_prompt is not None
779
(
780
prompt_embeds,
781
pooled_prompt_embeds,
0 commit comments