Skip to content

Commit 6cf1a09

Browse files
committed
make style
1 parent 191670e commit 6cf1a09

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/diffusers/pipelines/flux/pipeline_flux_kontext.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@
6060
>>> from diffusers import FluxKontextPipeline
6161
>>> from diffusers.utils import load_image
6262
63-
>>> pipe = FluxKontextPipeline.from_pretrained(
64-
... "black-forest-labs/FLUX.1-kontext", torch_dtype=torch.bfloat16
65-
... )
63+
>>> pipe = FluxKontextPipeline.from_pretrained("black-forest-labs/FLUX.1-kontext", torch_dtype=torch.bfloat16)
6664
>>> pipe.to("cuda")
6765
6866
>>> image = load_image("inputs/yarn-art-pikachu.png").convert("RGB")

0 commit comments

Comments
 (0)