Skip to content

Commit 7986834

Browse files
authored
Fix Flux IP adapter argument in the pipeline example (#11402)
Fix Flux IP adapter argument in the example IP-Adapter example had a wrong argument. Fix `true_cfg` -> `true_cfg_scale`
1 parent edd7880 commit 7986834

File tree

1 file changed

+1
-1
lines changed
  • docs/source/en/api/pipelines

1 file changed

+1
-1
lines changed

docs/source/en/api/pipelines/flux.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ image = pipe(
347347
height=1024,
348348
prompt="wearing sunglasses",
349349
negative_prompt="",
350-
true_cfg=4.0,
350+
true_cfg_scale=4.0,
351351
generator=torch.Generator().manual_seed(4444),
352352
ip_adapter_image=image,
353353
).images[0]

0 commit comments

Comments
 (0)