Skip to content

Commit

Permalink
Fix FLUX regional negative prompts.
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJDick committed Nov 28, 2024
1 parent 64364e7 commit 5d8dd6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions invokeai/backend/flux/denoise.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def denoise(
controlnet_double_block_residuals=None,
controlnet_single_block_residuals=None,
ip_adapter_extensions=neg_ip_adapter_extensions,
regional_prompting_extension=neg_regional_prompting_extension,
)
pred = neg_pred + step_cfg_scale * (pred - neg_pred)

Expand Down

0 comments on commit 5d8dd6e

Please sign in to comment.