Skip to content

[docs] Fix broken pipeline links in pipelines/README - #14439

Open
richboyneedcash wants to merge 1 commit into
huggingface:mainfrom
richboyneedcash:fix-pipelines-readme-deprecated-links
Open

[docs] Fix broken pipeline links in pipelines/README#14439
richboyneedcash wants to merge 1 commit into
huggingface:mainfrom
richboyneedcash:fix-pipelines-readme-deprecated-links

Conversation

@richboyneedcash

Copy link
Copy Markdown

What does this PR do?

Five pipelines were moved under src/diffusers/pipelines/deprecated/, but the supported-pipelines table in src/diffusers/pipelines/README.md still links to their old top-level paths, so those links 404:

Pipeline Old (404) New
dance_diffusion pipelines/dance_diffusion pipelines/deprecated/dance_diffusion
latent_diffusion_uncond pipelines/latent_diffusion_uncond pipelines/deprecated/latent_diffusion_uncond
pndm pipelines/pndm pipelines/deprecated/pndm
score_sde_ve pipelines/score_sde_ve pipelines/deprecated/score_sde_ve
stochastic_karras_ve pipelines/stochastic_karras_ve pipelines/deprecated/stochastic_karras_ve

Each updated target was verified to exist on main. Docs-only change.

Five pipelines were moved under src/diffusers/pipelines/deprecated/, but
the supported-pipelines table in pipelines/README.md still links to their
old top-level paths, so those links 404:

- dance_diffusion, latent_diffusion_uncond, pndm, score_sde_ve,
  stochastic_karras_ve -> pipelines/deprecated/<name>

Each updated target was verified to exist on main.

Co-authored-by: TRAE CLI <noreply@bytedance.com>
@github-actions github-actions Bot added pipelines size/S PR with diff < 50 LOC labels Aug 11, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Hi @richboyneedcash, thanks for the PR! It does not appear to link an issue it fixes. If this PR addresses an existing issue, please add a closing keyword (e.g. Fixes #1234) to the PR description so the issue is linked. See the contribution guide for more details. If this PR intentionally does not fix a tracked issue, a maintainer can add the no-issue-needed label to silence this reminder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pipelines size/S PR with diff < 50 LOC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant