Skip to content

Commit 5bce578

Browse files
author
Darshil Jariwala
committed
style fix
1 parent 784df80 commit 5bce578

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/diffusers/pipelines/pag/pipeline_pag_sd_inpaint.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@
5858
>>> mask_image = load_image(mask_url).convert("RGB")
5959
>>> prompt = "A majestic tiger sitting on a bench"
6060
>>> image = pipe(
61-
prompt=prompt,
62-
image=init_image,
63-
mask_image=mask_image,
64-
strength=0.8,
65-
num_inference_steps=50,
66-
guidance_scale=guidance_scale,
67-
generator=generator,
68-
pag_scale=pag_scale,
69-
).images[0]
61+
... prompt=prompt,
62+
... image=init_image,
63+
... mask_image=mask_image,
64+
... strength=0.8,
65+
... num_inference_steps=50,
66+
... guidance_scale=guidance_scale,
67+
... generator=generator,
68+
... pag_scale=pag_scale,
69+
... ).images[0]
7070
```
7171
"""
7272

0 commit comments

Comments
 (0)