File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/diffusers/pipelines/hidream_image Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -763,11 +763,11 @@ def __call__(
763763 their `set_timesteps` method. If not defined, the default behavior when `num_inference_steps` is passed
764764 will be used.
765765 guidance_scale (`float`, *optional*, defaults to 3.5):
766- Guidance scale as defined in [Classifier-Free Diffusion
767- Guidance](https://huggingface.co/papers/2207.12598). `guidance_scale` is defined as `w` of equation 2 .
768- of [Imagen Paper](https://huggingface.co/papers/2205.11487). Guidance scale is enabled by setting
769- `guidance_scale > 1`. Higher guidance scale encourages to generate images that are closely linked to
770- the text `prompt`, usually at the expense of lower image quality .
766+ Embedded guiddance scale is enabled by setting `guidance_scale` > 1. Higher `guidance_scale` encourages
767+ a model to generate images more aligned with `prompt` at the expense of lower image quality .
768+
769+ Guidance-distilled models approximates true classifer-free guidance for `guidance_scale` > 1. Refer to
770+ the [paper](https://huggingface.co/papers/2210.03142) to learn more .
771771 negative_prompt (`str` or `List[str]`, *optional*):
772772 The prompt or prompts not to guide the image generation. If not defined, one has to pass
773773 `negative_prompt_embeds` instead. Ignored when not using guidance (i.e., ignored if `true_cfg_scale` is
You can’t perform that action at this time.
0 commit comments