Skip to content

Commit e06b434

Browse files
committed
make style
1 parent 0940a01 commit e06b434

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/community/pipeline_flux_rf_inversion.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,15 @@
7272
7373
>>> edited_image = pipe(
7474
... prompt="a tomato",
75-
... start_timestep=0,
75+
... start_timestep=0,
7676
... stop_timestep=.38,
7777
... num_inference_steps=28,
78-
... eta=0.9,
78+
... eta=0.9,
7979
... ).images[0]
8080
```
8181
"""
8282

83+
8384
# Copied from diffusers.pipelines.flux.pipeline_flux.calculate_shift
8485
def calculate_shift(
8586
image_seq_len,

0 commit comments

Comments
 (0)