File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/diffusers/pipelines/alt_diffusion Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments