Skip to content

Fix typos in strings and comments - #11407

Merged
yiyixuxu merged 2 commits into
huggingface:mainfrom
co63oc:fix1
Apr 24, 2025
Merged

Fix typos in strings and comments#11407
yiyixuxu merged 2 commits into
huggingface:mainfrom
co63oc:fix1

Conversation

@co63oc

Copy link
Copy Markdown
Contributor

What does this PR do?

Fix typos in strings and comments, found by codespell.

Fixes # (issue)

Before submitting

Who can review?

Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.

@yiyixuxu
yiyixuxu requested a review from CopilotApril 24, 2025 18:36

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes several typos in strings and comments across multiple files to improve clarity and maintain consistency. Key changes include corrections to misspelled words such as “adresses” → “addresses”, “relase” → “release”, “devide” → “divided”, and other minor spelling issues in documentation and source code comments.

Reviewed Changes

Copilot reviewed 43 out of 43 changed files in this pull request and generated no comments.

Show a summary per file
FileDescription
src/diffusers/pipelines/allegro/pipeline_allegro.pyFixed typo “ip adresses:” → “ip addresses:” in comment.
src/diffusers/models/upsampling.pyCorrected “paper relase” → “paper release” in comment.
src/diffusers/models/downsampling.pyCorrected “paper relase” → “paper release” in comment.
examples/consistency_distillation/train_lcm_distill_sdxl_wds.pyCorrected “devide” → “divided” in a comment.
examples/consistency_distillation/train_lcm_distill_sd_wds.pyCorrected “devide” → “divided” in a comment.
examples/consistency_distillation/train_lcm_distill_lora_sdxl_wds.pyCorrected “devide” → “divided” in a comment.
examples/consistency_distillation/train_lcm_distill_lora_sdxl.pyCorrected “devide” → “divided” in a comment.
examples/consistency_distillation/train_lcm_distill_lora_sd_wds.pyCorrected “devide” → “divided” in a comment.
examples/community/hd_painter.pyFixed typo “untill” → “until” in a comment.
examples/community/fresco_v2v.pyFixed “containin” → “containing” and “diable” → “disable” in comments related to attention.
examples/community/dps_pipeline.pyFixed multiple typos: “simulatneously” → “simultaneously”, “perserving” → “preserving”, “necesary” → “necessarily”, “deivation” → “deviation”, and “boths sides” → “both sides”.
examples/community/README.mdChanged “aditional” → “additional” in a comment.
docs/source/en/training/t2i_adapters.mdCorrected “incudes” → “includes” in a comment.
docs/source/en/training/dreambooth.mdFixed typo “wiht” → “with” in a comment.
docs/source/en/api/pipelines/wan.mdCorrected “addtional” → “additional” in a comment.

@HuggingFaceDocBuilderDev

Copy link
Copy Markdown

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@yiyixuxuyiyixuxu left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@yiyixuxu
yiyixuxu merged commit f00a995 into huggingface:mainApr 24, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@co63oc@HuggingFaceDocBuilderDev@yiyixuxu