Skip to content

Commit 2e860e8

Browse files
authored
SDXL: update links to refine docs (huggingface#5101)
* SDXL: update links to refine docs * make style
1 parent 493f952 commit 2e860e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/diffusers/pipelines/stable_diffusion_xl/pipeline_stable_diffusion_xl_img2img.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -722,16 +722,16 @@ def __call__(
722722
bypassed before it is initiated. Consequently, the initial part of the denoising process is skipped and
723723
it is assumed that the passed `image` is a partly denoised image. Note that when this is specified,
724724
strength will be ignored. The `denoising_start` parameter is particularly beneficial when this pipeline
725-
is integrated into a "Mixture of Denoisers" multi-pipeline setup, as detailed in [**Refining the Image
726-
Output**](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion/stable_diffusion_xl#refining-the-image-output).
725+
is integrated into a "Mixture of Denoisers" multi-pipeline setup, as detailed in [**Refine Image
726+
Quality**](https://huggingface.co/docs/diffusers/using-diffusers/sdxl#refine-image-quality).
727727
denoising_end (`float`, *optional*):
728728
When specified, determines the fraction (between 0.0 and 1.0) of the total denoising process to be
729729
completed before it is intentionally prematurely terminated. As a result, the returned sample will
730730
still retain a substantial amount of noise (ca. final 20% of timesteps still needed) and should be
731731
denoised by a successor pipeline that has `denoising_start` set to 0.8 so that it only denoises the
732732
final 20% of the scheduler. The denoising_end parameter should ideally be utilized when this pipeline
733-
forms a part of a "Mixture of Denoisers" multi-pipeline setup, as elaborated in [**Refining the Image
734-
Output**](https://huggingface.co/docs/diffusers/api/pipelines/stable_diffusion/stable_diffusion_xl#refining-the-image-output).
733+
forms a part of a "Mixture of Denoisers" multi-pipeline setup, as elaborated in [**Refine Image
734+
Quality**](https://huggingface.co/docs/diffusers/using-diffusers/sdxl#refine-image-quality).
735735
guidance_scale (`float`, *optional*, defaults to 7.5):
736736
Guidance scale as defined in [Classifier-Free Diffusion Guidance](https://arxiv.org/abs/2207.12598).
737737
`guidance_scale` is defined as `w` of equation 2. of [Imagen

0 commit comments

Comments
 (0)