File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
src/diffusers/pipelines/chroma Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -690,9 +690,6 @@ def __call__(
690690 guidance_scale (`float`, *optional*, defaults to 3.5):
691691 Embedded guiddance scale is enabled by setting `guidance_scale` > 1. Higher `guidance_scale` encourages
692692 a model to generate images more aligned with `prompt` at the expense of lower image quality.
693-
694- Guidance-distilled models approximates true classifer-free guidance for `guidance_scale` > 1. Refer to
695- the [paper](https://huggingface.co/papers/2210.03142) to learn more.
696693 num_images_per_prompt (`int`, *optional*, defaults to 1):
697694 The number of images to generate per prompt.
698695 generator (`torch.Generator` or `List[torch.Generator]`, *optional*):
Original file line number Diff line number Diff line change @@ -752,9 +752,6 @@ def __call__(
752752 guidance_scale (`float`, *optional*, defaults to 5.0):
753753 Embedded guiddance scale is enabled by setting `guidance_scale` > 1. Higher `guidance_scale` encourages
754754 a model to generate images more aligned with `prompt` at the expense of lower image quality.
755-
756- Guidance-distilled models approximates true classifer-free guidance for `guidance_scale` > 1. Refer to
757- the [paper](https://huggingface.co/papers/2210.03142) to learn more.
758755 strength (`float, *optional*, defaults to 0.9):
759756 Conceptually, indicates how much to transform the reference image. Must be between 0 and 1. image will
760757 be used as a starting point, adding more noise to it the larger the strength. The number of denoising
You can’t perform that action at this time.
0 commit comments