Unverified Commit 79868345 authored by Emiliano's avatar Emiliano Committed by GitHub
Browse files

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`
parent edd78804
...@@ -347,7 +347,7 @@ image = pipe( ...@@ -347,7 +347,7 @@ image = pipe(
height=1024, height=1024,
prompt="wearing sunglasses", prompt="wearing sunglasses",
negative_prompt="", negative_prompt="",
true_cfg=4.0, true_cfg_scale=4.0,
generator=torch.Generator().manual_seed(4444), generator=torch.Generator().manual_seed(4444),
ip_adapter_image=image, ip_adapter_image=image,
).images[0] ).images[0]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment