Skip to content

Commit 013aced

Browse files
committed
style: reformat alt diffusion using fix-copies
1 parent ce1fd9f commit 013aced

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/diffusers/pipelines/alt_diffusion/pipeline_alt_diffusion_img2img.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -454,10 +454,10 @@ def __call__(
454454
`Image`, or tensor representing an image batch, that will be used as the starting point for the
455455
process.
456456
strength (`float`, *optional*, defaults to 0.8):
457-
Conceptually, indicates how much to transform the reference `image`. Must be between 0 and 1.
458-
`image` will be used as a starting point, adding more noise to it the larger the `strength`. The
459-
number of denoising steps depends on the amount of noise initially added. When `strength` is 1, added
460-
noise will be maximum and the denoising process will run for the full number of iterations specified in
457+
Conceptually, indicates how much to transform the reference `image`. Must be between 0 and 1. `image`
458+
will be used as a starting point, adding more noise to it the larger the `strength`. The number of
459+
denoising steps depends on the amount of noise initially added. When `strength` is 1, added noise will
460+
be maximum and the denoising process will run for the full number of iterations specified in
461461
`num_inference_steps`. A value of 1, therefore, essentially ignores `image`.
462462
num_inference_steps (`int`, *optional*, defaults to 50):
463463
The number of denoising steps. More denoising steps usually lead to a higher quality image at the

0 commit comments

Comments
 (0)