Skip to content

Fix typos missed by #13842 (docs + a few additional pipelines)#14028

Open
gaurav-init wants to merge 1 commit into
huggingface:mainfrom
gaurav-init:fix/typos-systematic-sweep
Open

Fix typos missed by #13842 (docs + a few additional pipelines)#14028
gaurav-init wants to merge 1 commit into
huggingface:mainfrom
gaurav-init:fix/typos-systematic-sweep

Conversation

@gaurav-init

Copy link
Copy Markdown

What does this PR do?

Follow-up to the in-flight typo sweep in #13842 (open since 2026-05-29, no review activity yet). This PR covers files that #13842 did not touch, so the two are non-overlapping and can be reviewed or merged independently.

All changes are pure text — docstrings, comments, Markdown body, HTML alt= attributes, and two grammatical corrections inside ValueError messages. No behaviour change, no new dependencies, no identifier renames.

Docs (docs/source/en/api/pipelines/)

  • animatediff.md: racoonraccoon in alt= attributes (×2)
  • bria_fibo.md: proffesionalprofessional
  • kandinsky5_video.md: inferedinferred (×3), bakendbackend (×3), wothoutwithout
  • stable_diffusion/sdxl_turbo.md: racoonraccoon in the example prompt and an alt= attribute
  • wan.md: involedinvolved

Code (src/diffusers/)

  • pipelines/bria/pipeline_bria.py: comment we devide by 4we divide by 4
  • pipelines/kandinsky/pipeline_kandinsky_inpaint.py and pipelines/kandinsky2_2/pipeline_kandinsky2_2_inpainting.py: docstring (ot the other way around)(or the other way around)
  • pipelines/visualcloze/pipeline_visualcloze_combined.py and pipelines/visualcloze/pipeline_visualcloze_generation.py: ValueError text same length whe they are listssame length when they are lists
  • pipelines/deprecated/stable_diffusion_variants/pipeline_onnx_stable_diffusion_inpaint_legacy.py: docstring image (nd.ndarray ...) and mask_image (nd.ndarray ...)np.ndarray (matches the convention used elsewhere in the repo)
  • quantizers/gguf/utils.py: comment Conver to plain tensorConvert to plain tensor

Notes

  • I deliberately skipped a few codespell hits that are intentional identifiers rather than typos: valuess (local variable name in pipeline_stable_diffusion_model_editing.py), arry (parameter of load_numpy in utils/testing_utils.py), te (text-encoder shorthand in lora_conversion_utils.py), nd inside torch.einsum equation strings, and ot used as a variable name (original-time) in transformer code. Treating those as typos would either rename a public-ish parameter or change runtime semantics.
  • Skipped translated docs (docs/source/{pt,zh,ko,...}/) — codespell English wordlist produces many false positives against those.
  • Also left re-usereuse and the MoT/ANE/THW acronyms alone (handled in Fix typos found by codespell #13842 or intentional terms-of-art).

…nes)

Follow-up to the in-flight huggingface#13842 typo sweep, covering files that PR did
not touch. All changes are pure text — docstrings, comments, Markdown
body, HTML alt attributes, and two grammatical fixes inside ValueError
messages. No behaviour change, no new dependencies.

Docs (docs/source/en/api/pipelines/):
- animatediff.md: `racoon` -> `raccoon` (alt text, 2x)
- bria_fibo.md: `proffesional` -> `professional`
- kandinsky5_video.md: `infered` -> `inferred` (3x), `bakend` -> `backend`
  (3x), `wothout` -> `without`
- stable_diffusion/sdxl_turbo.md: `racoon` -> `raccoon` (prompt and alt
  text)
- wan.md: `involed` -> `involved`

Code (src/diffusers/):
- pipelines/bria/pipeline_bria.py: comment `devide` -> `divide`
- pipelines/kandinsky/pipeline_kandinsky_inpaint.py and
  pipelines/kandinsky2_2/pipeline_kandinsky2_2_inpainting.py: docstring
  `(ot the other way around)` -> `(or the other way around)`
- pipelines/visualcloze/pipeline_visualcloze_combined.py and
  pipelines/visualcloze/pipeline_visualcloze_generation.py: ValueError
  message `same length whe they are lists` ->
  `same length when they are lists`
- pipelines/deprecated/stable_diffusion_variants/pipeline_onnx_stable_diffusion_inpaint_legacy.py:
  docstring `image (`nd.ndarray` ...)` and `mask_image (`nd.ndarray` ...)`
  -> `np.ndarray` (the wider repo convention)
- quantizers/gguf/utils.py: comment `Conver to plain tensor` ->
  `Convert to plain tensor`
@github-actions github-actions Bot added documentation Improvements or additions to documentation quantization pipelines size/S PR with diff < 50 LOC labels Jun 21, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Hi @gaurav-init, 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.

@gaurav-init

Copy link
Copy Markdown
Author

There's no tracked issue for this — the changes are pure spelling/grammar fixes surfaced by codespell (same category as #13842). Could a maintainer please add the no-issue-needed label? Happy to close and reopen if you'd prefer a different flow. Thanks!

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

Labels

documentation Improvements or additions to documentation pipelines quantization size/S PR with diff < 50 LOC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant