Thanks to visit codestin.com
Credit goes to github.com

Skip to content

docs: fix repeated word typo in set_timesteps docstring#13876

Merged
stevhliu merged 4 commits into
huggingface:mainfrom
ramkumar27072006:patch-1
Jun 26, 2026
Merged

docs: fix repeated word typo in set_timesteps docstring#13876
stevhliu merged 4 commits into
huggingface:mainfrom
ramkumar27072006:patch-1

Conversation

@ramkumar27072006

@ramkumar27072006 ramkumar27072006 commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

Removed the duplicate word "schedule" from the docstring for the sigmas argument in EulerDiscreteScheduler.set_timesteps.

What does this PR do?

Fixes #13877

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.

Removed the duplicate word "schedule" from the docstring for the sigmas argument in EulerDiscreteScheduler.set_timesteps.
@github-actions github-actions Bot added schedulers size/S PR with diff < 50 LOC labels Jun 7, 2026
@ramkumar27072006

Copy link
Copy Markdown
Contributor Author

is it ready?

@ramkumar27072006

Copy link
Copy Markdown
Contributor Author

Fixes #13877

1 similar comment
@ramkumar27072006

Copy link
Copy Markdown
Contributor Author

Fixes #13877

@stevhliu stevhliu left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

thanks! in the future, please try not to spam the PR multiple times :)

can you try running make style to fix the failing CI?

@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.

@stevhliu

Copy link
Copy Markdown
Member

@bot /style

@stevhliu

Copy link
Copy Markdown
Member

@bot style

@github-actions

github-actions Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Style bot fixed some files and pushed the changes.

@stevhliu stevhliu merged commit f24667d into huggingface:main Jun 26, 2026
15 checks passed
DN6 pushed a commit that referenced this pull request Jul 1, 2026
* docs: fix repeated word typo in set_timesteps docstring

Removed the duplicate word "schedule" from the docstring for the sigmas argument in EulerDiscreteScheduler.set_timesteps.

* Update scheduling_euler_discrete.py

* Apply style fixes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
JingyaHuang pushed a commit to JingyaHuang/diffusers that referenced this pull request Jul 2, 2026
…13876)

* docs: fix repeated word typo in set_timesteps docstring

Removed the duplicate word "schedule" from the docstring for the sigmas argument in EulerDiscreteScheduler.set_timesteps.

* Update scheduling_euler_discrete.py

* Apply style fixes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: fix typos in scheduling_euler_discrete.py

3 participants