[Feat] support AutoPipelineForText2Audio#13511
Merged
Merged
Conversation
Signed-off-by: Lancer <maruixiang6688@gmail.com>
7a7d032 to
4ac3e90
Compare
sayakpaul
approved these changes
May 29, 2026
sayakpaul
left a comment
Member
There was a problem hiding this comment.
Thanks! I think it'd be nice to also have an auto class for T2V ones.
| ``` | ||
|
|
||
| There are three types of [AutoPipeline](../api/models/auto_model) classes, [`AutoPipelineForText2Image`], [`AutoPipelineForImage2Image`] and [`AutoPipelineForInpainting`]. Each of these classes have a predefined mapping, linking a pipeline to their task-specific subclass. | ||
| There are four types of [AutoPipeline](../api/models/auto_model) classes, [`AutoPipelineForText2Image`], [`AutoPipelineForImage2Image`], [`AutoPipelineForInpainting`] and [`AutoPipelineForText2Audio`]. Each of these classes have a predefined mapping, linking a pipeline to their task-specific subclass. |
Member
There was a problem hiding this comment.
(nit): We could bullet them at this point, I think.
Contributor
Author
There was a problem hiding this comment.
Good point, updated this section to a bullet list for readability
Contributor
Author
Thanks for the suggestion. I’ll add the video auto classes, including T2V/I2V, in a follow-up PR, and keep this one scoped to text-to-audio. |
|
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. |
Collaborator
|
@bot /style |
Contributor
|
Style bot fixed some files and pushed the changes. |
DN6
pushed a commit
that referenced
this pull request
Jul 1, 2026
* [Feat] support AutoPipelineForText2Audio Signed-off-by: Lancer <maruixiang6688@gmail.com> * upd Signed-off-by: Lancer <maruixiang6688@gmail.com> * Apply style fixes --------- Signed-off-by: Lancer <maruixiang6688@gmail.com> Co-authored-by: dg845 <58458699+dg845@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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?
support AutoPipelineForText2Audio for ext2Audio model
audio.wav
Before submitting
documentation guidelines, and
here are tips on formatting docstrings.
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.