Fix typos missed by #13842 (docs + a few additional pipelines)#14028
Open
gaurav-init wants to merge 1 commit into
Open
Fix typos missed by #13842 (docs + a few additional pipelines)#14028gaurav-init wants to merge 1 commit into
gaurav-init wants to merge 1 commit into
Conversation
…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`
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. |
Author
|
There's no tracked issue for this — the changes are pure spelling/grammar fixes surfaced by |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 insideValueErrormessages. No behaviour change, no new dependencies, no identifier renames.Docs (
docs/source/en/api/pipelines/)animatediff.md:racoon→raccooninalt=attributes (×2)bria_fibo.md:proffesional→professionalkandinsky5_video.md:infered→inferred(×3),bakend→backend(×3),wothout→withoutstable_diffusion/sdxl_turbo.md:racoon→raccoonin the example prompt and analt=attributewan.md:involed→involvedCode (
src/diffusers/)pipelines/bria/pipeline_bria.py: commentwe devide by 4→we divide by 4pipelines/kandinsky/pipeline_kandinsky_inpaint.pyandpipelines/kandinsky2_2/pipeline_kandinsky2_2_inpainting.py: docstring(ot the other way around)→(or the other way around)pipelines/visualcloze/pipeline_visualcloze_combined.pyandpipelines/visualcloze/pipeline_visualcloze_generation.py:ValueErrortextsame length whe they are lists→same length when they are listspipelines/deprecated/stable_diffusion_variants/pipeline_onnx_stable_diffusion_inpaint_legacy.py: docstringimage (nd.ndarray...)andmask_image (nd.ndarray...)→np.ndarray(matches the convention used elsewhere in the repo)quantizers/gguf/utils.py: commentConver to plain tensor→Convert to plain tensorNotes
valuess(local variable name inpipeline_stable_diffusion_model_editing.py),arry(parameter ofload_numpyinutils/testing_utils.py),te(text-encoder shorthand inlora_conversion_utils.py),ndinsidetorch.einsumequation strings, andotused as a variable name (original-time) in transformer code. Treating those as typos would either rename a public-ish parameter or change runtime semantics.docs/source/{pt,zh,ko,...}/) — codespell English wordlist produces many false positives against those.re-use→reuseand theMoT/ANE/THWacronyms alone (handled in Fix typos found by codespell #13842 or intentional terms-of-art).