Skip to content

Commit 10a6230

Browse files
committed
Fixes chroma docs
1 parent edd614e commit 10a6230

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/diffusers/pipelines/chroma/pipeline_chroma.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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*):

src/diffusers/pipelines/chroma/pipeline_chroma_img2img.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)