-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Standardize fast pipeline tests with PipelineTestMixin #1526
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
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
38420b9
[WIP] Standardize fast pipeline tests with PipelineTestMixin
anton-l 9349279
refactor the sd tests a bit
anton-l f5ae7ec
add more common tests
anton-l d898a24
add xformers
anton-l ce1b776
add progressbar test
anton-l 26d7a3b
cleanup
anton-l 836fbe2
upd fp16
anton-l 148546f
CycleDiffusionPipelineFastTests
anton-l 3e6a354
DanceDiffusionPipelineFastTests
anton-l 488a6b5
AltDiffusionPipelineFastTests
anton-l cb61d0a
StableDiffusion2PipelineFastTests
anton-l 75060ac
StableDiffusion2InpaintPipelineFastTests
anton-l c4baf7f
Merge main
anton-l 4fb91fd
StableDiffusionImageVariationPipelineFastTests
anton-l 32d6b4b
StableDiffusionImg2ImgPipelineFastTests
anton-l 4e8b51a
StableDiffusionInpaintPipelineFastTests
anton-l 58b31b8
remove unused mixins
anton-l 806af67
quality
anton-l a222de7
add missing inits
anton-l 8789df6
try to fix mps tests
anton-l 24400cf
fix mps tests
anton-l efaf2fe
add mps warmups
anton-l 2799c55
skip for some pipelines
anton-l ee38f96
style
anton-l 0800844
Update tests/test_pipelines_common.py
anton-l File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Empty file.
Empty file.
Oops, something went wrong.
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.
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.
@patil-suraj the AltDiffusion pipeline produces non-matching outputs if I run it with the same inputs twice. Replacing
RobertaSeriesModelWithTransformationwithCLIPTextModelhelped, so it's probably that.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.
Hmmm weird, could you maybe open a seperate issue for this? I can look into it :-) We should test with
RobertaSeriesConfighere IMO :-)