-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Nightly integration tests #1664
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
29 commits
Select commit
Hold shift + click to select a range
e6198d0
[WIP] Nightly integration tests
anton-l 18b216d
initial SD tests
anton-l d8c9a6f
update SD slow tests
anton-l 8bb254c
style
anton-l c4d215b
repaint
anton-l da5af01
ImageVariations
anton-l d80a93a
style
anton-l 344818f
Merge remote-tracking branch 'origin/main' into nightly-tests
anton-l 06bb7ab
merge main
anton-l 0b976f8
finish imgvar
anton-l edf2d1f
img2img tests
anton-l 55f10e4
debug
anton-l 0fb4bf2
inpaint 1.5
anton-l 817f1c9
inpaint legacy
anton-l b960b02
Merge remote-tracking branch 'origin/main' into nightly-tests
anton-l 0214037
torch isn't happy about deterministic ops
anton-l 1286a40
allclose -> max diff for shorter logs
anton-l ba7c1bf
add SD2
anton-l 0f64d88
debug
anton-l 89b2d5f
Update tests/pipelines/stable_diffusion_2/test_stable_diffusion.py
anton-l 3df885e
Update tests/pipelines/stable_diffusion/test_stable_diffusion.py
anton-l 6322cde
Merge remote-tracking branch 'origin/main' into nightly-tests
anton-l bed3dac
fix refs
anton-l b10ea27
Merge remote-tracking branch 'origin/nightly-tests' into nightly-tests
anton-l 63105db
Update src/diffusers/utils/testing_utils.py
anton-l 2859dec
Merge remote-tracking branch 'origin/main' into nightly-tests
anton-l 130c5c5
fix refs
anton-l cdbf882
Merge remote-tracking branch 'origin/nightly-tests' into nightly-tests
anton-l f7b1fd5
remove debug
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| name: Run fast tests | ||
| name: Fast tests for PRs | ||
|
|
||
| on: | ||
| pull_request: | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -55,6 +55,7 @@ | |
| load_hf_numpy, | ||
| load_image, | ||
| load_numpy, | ||
| nightly, | ||
| parse_flag_from_env, | ||
| require_torch_gpu, | ||
| slow, | ||
|
|
||
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.