Skip to content

Fix typos in strings and comments #11407

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 24, 2025
Merged

Fix typos in strings and comments #11407

merged 2 commits into from
Apr 24, 2025

Conversation

co63oc
Copy link
Contributor

@co63oc co63oc commented Apr 24, 2025

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 Copilot April 24, 2025 18:36
Copy link

@Copilot Copilot AI left a comment

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
File Description
src/diffusers/pipelines/allegro/pipeline_allegro.py Fixed typo “ip adresses:” → “ip addresses:” in comment.
src/diffusers/models/upsampling.py Corrected “paper relase” → “paper release” in comment.
src/diffusers/models/downsampling.py Corrected “paper relase” → “paper release” in comment.
examples/consistency_distillation/train_lcm_distill_sdxl_wds.py Corrected “devide” → “divided” in a comment.
examples/consistency_distillation/train_lcm_distill_sd_wds.py Corrected “devide” → “divided” in a comment.
examples/consistency_distillation/train_lcm_distill_lora_sdxl_wds.py Corrected “devide” → “divided” in a comment.
examples/consistency_distillation/train_lcm_distill_lora_sdxl.py Corrected “devide” → “divided” in a comment.
examples/consistency_distillation/train_lcm_distill_lora_sd_wds.py Corrected “devide” → “divided” in a comment.
examples/community/hd_painter.py Fixed typo “untill” → “until” in a comment.
examples/community/fresco_v2v.py Fixed “containin” → “containing” and “diable” → “disable” in comments related to attention.
examples/community/dps_pipeline.py Fixed multiple typos: “simulatneously” → “simultaneously”, “perserving” → “preserving”, “necesary” → “necessarily”, “deivation” → “deviation”, and “boths sides” → “both sides”.
examples/community/README.md Changed “aditional” → “additional” in a comment.
docs/source/en/training/t2i_adapters.md Corrected “incudes” → “includes” in a comment.
docs/source/en/training/dreambooth.md Fixed typo “wiht” → “with” in a comment.
docs/source/en/api/pipelines/wan.md Corrected “addtional” → “additional” in a comment.

@HuggingFaceDocBuilderDev

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.

Copy link
Collaborator

@yiyixuxu yiyixuxu left a comment

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:main Apr 24, 2025
10 of 12 checks passed
Sign up for free to 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.

3 participants