Skip to content

Commit 5ee1408

Browse files
authored
Update pipeline_chroma_img2img.py
1 parent 962196a commit 5ee1408

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/diffusers/pipelines/chroma/pipeline_chroma_img2img.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -725,11 +725,11 @@ def __call__(
725725
their `set_timesteps` method. If not defined, the default behavior when `num_inference_steps` is passed
726726
will be used.
727727
guidance_scale (`float`, *optional*, defaults to 5.0):
728-
Guidance scale as defined in [Classifier-Free Diffusion Guidance](https://arxiv.org/abs/2207.12598).
729-
`guidance_scale` is defined as `w` of equation 2. of [Imagen
730-
Paper](https://arxiv.org/pdf/2205.11487.pdf). Guidance scale is enabled by setting `guidance_scale >
731-
1`. Higher guidance scale encourages to generate images that are closely linked to the text `prompt`,
732-
usually at the expense of lower image quality.
728+
Embedded guiddance scale is enabled by setting `guidance_scale` > 1. Higher `guidance_scale` encourages
729+
a model to generate images more aligned with `prompt` at the expense of lower image quality.
730+
731+
Guidance-distilled models approximates true classifer-free guidance for `guidance_scale` > 1. Refer to
732+
the [paper](https://huggingface.co/papers/2210.03142) to learn more.
733733
strength (`float, *optional*, defaults to 0.9):
734734
Conceptually, indicates how much to transform the reference image. Must be between 0 and 1. image will
735735
be used as a starting point, adding more noise to it the larger the strength. The number of denoising

0 commit comments

Comments
 (0)