-
Couldn't load subscription status.
- Fork 6.5k
docs: fix invalid links #11505
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
docs: fix invalid links #11505
Changes from 3 commits
9fd337e
2b85fe1
fdb952c
1d88f44
963fd02
6d19605
44eefd5
35983c5
6ba6b52
4a86657
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ specific language governing permissions and limitations under the License. | |
| # CosineDPMSolverMultistepScheduler | ||
|
|
||
| The [`CosineDPMSolverMultistepScheduler`] is a variant of [`DPMSolverMultistepScheduler`] with cosine schedule, proposed by Nichol and Dhariwal (2021). | ||
| It is being used in the [Stable Audio Open](https://arxiv.org/abs/2407.14358) paper and the [Stability-AI/stable-audio-tool](https://github.com/Stability-AI/stable-audio-tool) codebase. | ||
| It is being used in the [Stable Audio Open](https://arxiv.org/abs/2407.14358) paper and the [Stability-AI/stable-audio-tool](https://github.com/Stability-AI/stable-audio-tools) codebase. | ||
|
||
|
|
||
| This scheduler was contributed by [Yoach Lacombe](https://huggingface.co/ylacombe). | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But this leads to completely unrelated models:

There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're right, My mistake. Thank you for pointing it out.