Uh oh!
There was an error while loading. Please reload this page.
Add AuraFlowPipeline and KolorsPipeline to auto map - #8849
Merged
Conversation
Just T2I. Validated using `quickdif`
Skquark
commented
Jul 14, 2024
You forgot to add KolorsImg2ImgPipeline to the AutoPipelineForImage2Image... Also could add StableDiffusion3InpaintPipeline to AutoPipelineForInpainting while you're at it. I did it in my fork since it was easy and needed for my personal implementation, but might as well make it official. I could PR if needed, but was an easy one to include. |
yiyixuxu
commented
Jul 14, 2024
Collaborator
yes, can we add KolorsImg2ImgPipeline and StableDiffusion3Inpaint too? 🤗 |
Beinsezii
commented
Jul 14, 2024
ContributorAuthor
Fast-forward
HuggingFaceDocBuilderDev
commented
Jul 17, 2024
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. |
yiyixuxu
commented
Jul 17, 2024
Collaborator
thank you! |
Disty0 pushed a commit
to Disty0/diffusers
that referenced
this pull request
Jul 18, 2024
* Add AuraFlowPipeline and KolorsPipeline to auto map Just T2I. Validated using `quickdif` * Add Kolors I2I and SD3 Inpaint auto maps * style --------- Co-authored-by: yiyixuxu <yixu310@gmail.com>
sayakpaul pushed a commit
that referenced
this pull request
Dec 23, 2024
* Add AuraFlowPipeline and KolorsPipeline to auto map Just T2I. Validated using `quickdif` * Add Kolors I2I and SD3 Inpaint auto maps * style --------- Co-authored-by: yiyixuxu <yixu310@gmail.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 freeto 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.

Just T2I. Validated using
quickdifMaybe we should sort the k/v list like the imports are?